Python Programming Guidelines

Ivan R. Judson judson at mcs.anl.gov
Thu Dec 12 09:46:07 CST 2002


Here are two docs that we should follow:

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

It's a good idea if we use __doc__ strings to document everything, even
though the PEP only requires you use __doc__ on external interfaces, using
__doc__ for both will facilitate the community development effort.

--Ivan





More information about the ag-dev mailing list