[Tutor] modular program

Daniele d.conca at gmail.com
Sun Mar 1 10:36:25 CET 2009


Hi,
I'd like to write a python program which can be easily extended by other
people. Where can I find some "best practices" for writing modular programs?
I thought about a txt file containing function calls that my program will
parse and execute in order, or is it better just to execute every .py file
in a certain "module" folder (I don't like this as modules could need to be
executed in different moments)? Can any1 point me to a relatively simple
program to look at?
thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090301/0578796f/attachment.htm>


More information about the Tutor mailing list