[python-uk] Python project layout?

Tim Golden mail at timgolden.me.uk
Fri May 8 13:53:51 CEST 2009


Alec Muffett wrote:
> Hi folks,

Hi, welcome to Python. Be aware that this list (python-uk)
is very low volume, and tends to be used for announcements
of UK Python meetups, conferences, jobs and the like. Nothing
wrong with posting technical questions here, but you might
be better off on the main Python list:

  http://mail.python.org/mailman/listinfo/python-list

As to your actual question re project layout, I myself
don't have any strong feelings, and I haven't seen
anything very authoritative noised about, either. 

The __init__.py file *is* in fact a part of the "syntax",
so to speak, of Python: it indicates that the directory
containing it is to be treated as a Python package:

  http://docs.python.org/tutorial/modules.html#packages

TJG


More information about the python-uk mailing list