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.
oursql is another option for python-mysql access. It is a much more complete wrapper of libmysqlclient than MySQLdb. Tends to be faster in my experience with lots of nice additional features.