Coding standards

Standard programming recommendations

pep8

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>