Where to "import"?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Mar 8 23:27:32 EST 2007


En Fri, 09 Mar 2007 01:09:36 -0300, MonkeeSage <MonkeeSage at gmail.com>  
escribió:

>> FWIW:http://www.python.org/dev/peps/pep-0008/
>
> By my reading, PEP8 doesn't specify CamelCase as preferred over the
> other styles it mentions. non_camel_case is also considered good
> style, as I understand (and is used all over the standard library).

Class names should be CamelCase. Read it again, and notice the difference  
between a "Descriptive" section and a "Prescriptive" one.

-- 
Gabriel Genellina




More information about the Python-list mailing list