looking for 'coding standard rules' for Python

Martin v. Löwis martin at v.loewis.de
Sat Mar 29 04:13:21 EST 2003


skalpp at wanadoo.fr (skalpinet) writes:

>   Industrial applications need to be written with standard rules.
>   By this way, code is more explicit, and changes become easier.
>   I think that's a good way to learn a new langage, too.
>   I have to teach Python and write a 'coding guideline' for it.
>   
>   If you understand my bad english, any help is welcome...

You may want to look at PEP 8,

http://www.python.org/peps/pep-0008.html

Regards,
Martin




More information about the Python-list mailing list