Difference between revisions of "Python - MySQL"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=References= | =References= | ||
* http://dev.mysql.com/downloads/python.html | * http://dev.mysql.com/downloads/python.html | ||
Line 15: | Line 14: | ||
Back to [[Python]] | Back to [[Python]] | ||
[[Category:Python]][[Category:MySQL]] | [[Category:Python]][[Category:MySQL]][[Category:Database]] |
Latest revision as of 13:02, 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/
General References
Back to Python