Difference between revisions of "Python - MySQL"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 3: | Line 3: | ||
* http://dev.mysql.com/downloads/python.html | * http://dev.mysql.com/downloads/python.html | ||
* | * http://sourceforge.net/projects/mysql-python | ||
* | * http://mysql-python.sourceforge.net/ | ||
* | * http://www.kitebird.com/articles/pydbapi.html | ||
* | * http://dustman.net/andy/python/python-and-mysql | ||
* | * http://www.devshed.com/c/a/Python/Database-Programming-in-Python-Accessing-MySQL/ | ||
=General References= | =General References= | ||
* http://www.python.org/dev/peps/pep-0249/ | |||
* |
Revision as of 12:43, 25 January 2008
References
- http://dev.mysql.com/downloads/python.html
- http://sourceforge.net/projects/mysql-python
- http://mysql-python.sourceforge.net/
- http://www.kitebird.com/articles/pydbapi.html
- http://dustman.net/andy/python/python-and-mysql
- http://www.devshed.com/c/a/Python/Database-Programming-in-Python-Accessing-MySQL/