#pep-8

[ follow ]
Python
fromRealpython
1 day ago

How to Properly Indent Python Code - Real Python

Python uses indentation to define code blocks; follow PEP 8 by using four spaces per indentation level and rely on Python-aware editors.
Artificial intelligence
fromPycoders
1 month ago

PyCoder's Weekly | Issue #703

Python 3.14 improves syntax error messages; PEP 8 remains controversial; prefer splitlines() for line splitting; new PEPs and Django security updates were released.
[ Load more ]