formations/python/python3/en/_build/html/_sources/codingstandards.txt

21 lines
315 B
Plaintext

Coding standards
================
Standard programming recommendations
---------------------------------------
pep8_
.. _pep8: https://pep8.org/
https://www.python.org/dev/peps/pep-0008/
You can validate against the coding standards in your editor or with the pep8 executable.
::
pep8 <mon_fichier.py>