module naming conventions

grackle davidhuebel at gmail.com
Mon Jan 14 11:44:24 EST 2008


Obviously Java-style naming is a mistake in Python, since top-level
names have to be unique.  Is there a standard naming convention to
facilitate mixing code from different sources, such as
mygroupname_modulename?  Is there a best practices guide for module
naming?

Thanks,
David



More information about the Python-list mailing list