SQL Programming with Python
Wherein we learn about the DB-API and how we can use it to communicate with and control SQL databases.
To get the code examples used in the exercises later, you'll need to clone the github repository for this presentation:
$ git clone git://github.com/cewing/training.python_sql.git
Everything you'll need will be there, including the source code for these slides