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
_______________________________________________
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk

Reply via email to