MySQL Connector/Python is a driver released by Oracle themselves to make it easier to connect to a MySQL database with Python. MySQL Connecter/Python … [Read more...] about How to Use MySQL Connector/Python
Mysql
How to use ConfigParser in Python
What is Config Parser? The configparser module in Python is used for working with configuration files. It is much similar to Windows INI files. You … [Read more...] about How to use ConfigParser in Python
Python and MySQL with MySQLdb
Last week I was looking for a Python module that I could use to interact with a MySQL database server. MySQLdb is doing just that. "MySQLdb is a thin … [Read more...] about Python and MySQL with MySQLdb