Daily Archive for March 24th, 2008

MySQLdb – accessing MySQL databases from Python

MySQL is a popular open-source database engine, and Python interfaces quite nicely with MySQL with the MySQLdb package. For more on why you would want to use a database for your data, check out this post. Here I’ll show you how to connect to your existing MySQL database with Python. Continue reading ‘MySQLdb – accessing MySQL databases from Python’