Python 101: Episode #34 – The SQLAlchemy Package

In this screencast, we learn about the popular SQLAlchemy package. SQLAlchemy is an Object Relational Mapper for Python that allows you to interface with databases in a “Pythonic” manner.

You can also read the chapter this video is based on here or get the book on Leanpub

Note: This video was recorded a couple of years ago, so there may be some minor API changes in SQLAlchemy.

2 thoughts on “Python 101: Episode #34 – The SQLAlchemy Package”

  1. Pingback: Mike Driscoll: Python 101: Episode #34 – The SQLAlchemy Package – Cebu Scripts

  2. Pingback: Python 101: Episode #35 – The virtualenv Package | The Mouse Vs. The Python

Comments are closed.