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]
- [pygtk] Suggestion: keywords for GtkPacker methods David M. Cook
- Re: [pygtk] Suggestion: keywords for GtkPacke... James Henstridge
- Re: [pygtk] Suggestion: keywords for GtkPacke... Christian Egli
- Re: [pygtk] Suggestion: keywords for GtkP... Aaron Optimizer Digulla
- Re: [pygtk] Suggestion: keywords for GtkPacke... James Henstridge
- Re: [pygtk] Suggestion: keywords for GtkP... Christian Egli
- Re: [pygtk] Suggestion: keywords for GtkPacke... J.W. Bizzaro
- David M. Cook
