Coding Standards (and Best Practices)

Jp Calderone exarkun at divmod.com
Tue Apr 26 14:08:20 EDT 2005


On Tue, 26 Apr 2005 14:04:45 -0400, Isaac Rodriguez <discussion.support at autodesk.com> wrote:
>Hi,
>
>I am fairily new to Python, but I am really liking what I am seeing. My team
>is going to re-design some automation projects, and we were going to use
>Python as our programming language. One of the things we would like to do,
>since we are all new to the language, is to define a set of guidelines and
>best practices as our coding standards.
>
>Does anyone know where I can get some information about what the community
>is doing? Are there any well defined guidelines established?
>

  One such document:

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

  Jp



More information about the Python-list mailing list