On Nov 1, 2007, at 12:15 PM, John wrote:

1) Maintain a mysql database which contains information, as well as 'control' variables, pointers to directories, etc. for various shell scripts / fortran code.
->pyMySQL

Look at an object relational mapper like SQLObject or SQLAlchemy.  They
make the talking to the database much easier.

6) Have a portion of the information available to a plone site for dynamic html generation.
->ZMySQLDBConn
->Z SQL Methods

Zope might be overkill.  Something like Turbogears might be better
if you're just looking for reporting. (It will do a lot more, but it's really
easy to get started to with turbogears.)

- Jeff Younker - [EMAIL PROTECTED]



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to