[Tutor] Python and MySQL

Pijus Virketis virketis@fas.harvard.edu
Thu, 7 Mar 2002 15:42:19 -0500


Hi Max,

> I'm planning to work with Python and MySql so I would like to know
> where on the net I can obtain some info.

Check out http://sourceforge.net/projects/mysql-python/ for the MySQLdb
module. Then, have a look at http://www.python.org/sigs/db-sig/, the special
interest group devoted to DB programming in Python. Finally, there is quite
a bit of code at Useless Python and the Vaults of Parnassus showing all
kinds of neat things you might do with Python and MySQL.

Cheers,

Pijus