Martin Unsal <[EMAIL PROTECTED]> wrote:
> We could discuss this till we're blue in the face but it's beside the
> point. For any given project, architecture, and workflow, the
> developers are going to have a preference for how to organize the
> code structurally into files, directories, packages, etc. The
> language itself should not place constraints on them.

I agree.


> For example, say you want to organize the widgets package as follows:
 
> widgets/scrollbar/*.py
> widgets/form/*.py
> widgets/common/util.py

One possibility is to have one module for each namespace that you want,
and compose each module out of multiple files by using execfile().

-M-

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

Reply via email to