[Tutor] Python Development Standards..?

Frank Peavy fpeavy@pop.net
Fri, 30 Nov 2001 10:56:38 -0800


Lloyd wrote:

>I suspect that you really want:
>class myObject:
>
>Note that people usually capitalize their classes to help prevent this kind
>of confusion.
Lloyd mentions that "people usually..";  is there a resource that defines 
Python development standards?