Difference between revisions of "Python - MySQL"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=References= | =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= | |||
* http://www.python.org/dev/peps/pep-0249/ | |||
Back to [[Python]] | |||
[[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