I\'m developing a web application that needs to interface with a MySQL database, and I can\'t seem to find any really good modules out there for Python.
I\'m specificall
I think my answer will be an update to the game field.
There is now the official MysQL Python Connector.
Install:
sudo pip install mysql-connector-python
Or download it from here:
http://dev.mysql.com/downloads/connector/python/
Documentation: http://dev.mysql.com/doc/refman/5.5/en/connector-python.html