If you work with Python and databases, you cannot afford to not look at SQLAlchemy :
SQLAlchemy is a Python SQL toolkit and object relational mapper that gives application developers the full power and flexibility of SQL.
It provides a complete set of well-known enterprise-level persistence models, designed for efficient and high-performance database access, adapted to the simple and Pythonic domain language.
( ). , , , Python (.. , ), API . , : -, API O'Reilly, , , .
Relation Mapper, SQL. , ( MySQL, Oracle, SQLite ).
Session ( ).
- , , , Google sqlalchemy tutorial.