Posts tagged with mysql
02/25/2010 - 12:51 am
2 comments
I was recently moving some backend code to python, and I quickly realized that I've never worked with a database within python (outside of django). After some quick googling I found the MySQLdb package. MySQLdb is a wrapper for the _mysql api, and it allows you to interact with your MySQL database from within python. In this article I will show you how to install and use MySQLdb.




rss feed