Le Wed, 15 Apr 2009 12:20:20 -0700,
wesley chun <wes...@gmail.com> s'exprima ainsi:

> i think it's a common style guideline in multiple
> languages i'm familiar with (other than Python) to Capitalize class
> names but keep variables, functions, and methods all lowered.

In most cases I know, class names are capitalized, while func and method names 
are camel-cased:
   ThisKlass
   thisFunc

Denis
------
la vita e estrany
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to