Coding standards¶
Standard programming recommendations¶
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>
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>