Where to "import"?

MonkeeSage MonkeeSage at gmail.com
Thu Mar 8 23:09:36 EST 2007


On Mar 8, 5:49 pm, Bruno Desthuilliers
<bdesth.quelquech... at free.quelquepart.fr>
> >>1/ better to stick to naming conventions (class names in CamelCase)
>
> > Ok. Thanks.
>
> 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).

Regards,
Jordan




More information about the Python-list mailing list