looking for 'coding standard rules' for Python

Peter peter at engcorp.com
Sat Mar 29 07:59:21 EST 2003


"Martin v. Löwis" wrote:
> 
> 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

And after reading that, consider some aspects of Twisted's 
coding standard at 
http://www.twistedmatrix.com/documents/howto/coding-standard

-Peter




More information about the Python-list mailing list