Python package name conventions

Posted by deamon on Stack Overflow See other posts from Stack Overflow or by deamon
Published on 2010-04-26T13:41:54Z Indexed on 2010/04/26 13:43 UTC
Read the original article Hit count: 165

Is there a package naming convention for Python like Java's com.company.actualpackage? Most of the time I see simple, potentially colliding package names like "web".

If there is no such convention, is there a reason for it? What do you think of using the Java naming convention in the Python world?

© Stack Overflow or respective owner

Related posts about python

Related posts about packages