Python conventions

Jerry Hill malaclypse2 at gmail.com
Thu Apr 10 16:06:47 EDT 2008


On Thu, Apr 10, 2008 at 3:52 PM,  <MartinRinehart at gmail.com> wrote:
>  Daniel, PEP 8 is anything but complete. How much of the following
>  simple question can you answer from there:
>
>  Given that you can name things with UpperAndLower, lowerAndUpper,
>  lower_and_underscore, etc., what is the convention for naming
>  packages, modules, classes, ...

Each of those is directly addressed in PEP 8.  Perhaps you should have
picked a different question?

-- 
Jerry



More information about the Python-list mailing list