0
You need to install MySQLdb module on your machine and then import it in your python program.
In linux just install "python3-mysqldb".
In windows install it with pip or easy_install.
There are many tutorials that covers its usage and helps you to interact with your database. Like this http://zetcode.com/db/mysqlpython/



