[Tutor] Python + MySQL

Pijus Virketis virketis@post.harvard.edu
Tue, 6 Aug 2002 11:46:41 +0300


Kyle,

>Where can I find a tutorial on Python and MySQL?

You're probably using the Python MySQL module 
(http://sourceforge.net/projects/mysql-python) to interface with=
 the 
database. This module implements a standard DB API-2.0 interface,=
 
insofar as the underlying properties of MySQL permit it. You can=
 
learn about using any module implementing the API here:

http://www.amk.ca/python/writing/DB-API.html

Cheers, 

Pijus


-- 
"Anyone attempting to generate random numbers by deterministic=
 means 
is, of course, living in a state of sin." -- John Von Neumann