[Tutor] Automating operations... os module, mysql operations, more...

Jeff Younker jeff at drinktomi.com
Fri Nov 2 00:00:25 CET 2007


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 - jeff at drinktomi.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071101/57add434/attachment.htm 


More information about the Tutor mailing list