On Tue, Jan 19, 1999 at 02:02:45PM +0000, J.W. Bizzaro wrote:

> I see a lot of Python use upper and lowercase mixed.  
>I there a style guide for
> Python or does Guido have a preference?

Yes, Guido wrote a style guide:

http://www.python.org/doc/essays/

CapitalizedNames tend to be used for classes.  UPPER_CASE for constants.
Sometimes I'll use mixedCase for methods, but I've fallen out of that habit.

Dave
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to