[Web-SIG] Coding conventions

Simon Willison cs1spw at bath.ac.uk
Sun Nov 30 13:54:59 EST 2003


deelan wrote:
> at least in the "web package" it would be cool to have some
> consistency between modules.

PEP 008 is an excellent Style Guide for Python code, which applies to 
everything in the standard library and should apply to code in the web 
package as well:

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




More information about the Web-SIG mailing list