C.4 Python Resources
The
primary Python web site is http://www.python.org/, which provides access
to Python distributions and documentation.
General documentation for the DB-API database access interface is
available at http://www.python.org/topics/database/.
Documentation for MySQLdb, the MySQL-specific DB-API driver, is at
http://sourceforge.net/projects/mysql-python/.
The Vaults of Parnassus serves as a general repository for Python
source code: http://www.vex.net/~x/parnassus/.
David M. Beazley. Python Essential Reference.New Riders.
|