Re: Coding Standards (and Best Practices)

2005-04-27 Thread Sylvain Thenault
On Tue, 26 Apr 2005 11:02:33 -0700, Trent Mick wrote: > [Isaac Rodriguez 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

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Terry Reedy
"Isaac Rodriguez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does anyone know where I can get some information about what > the community is doing? Are there any well defined guidelines > established? Besides PEP8, there is also the library code itself. When reading that th

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Jp Calderone
On Tue, 26 Apr 2005 14:04:45 -0400, Isaac Rodriguez <[EMAIL PROTECTED]> 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 lik

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Trent Mick
[Isaac Rodriguez 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 la