web2py/pydal: A pure Python Database Abstraction Layer
A fairly neat-looking DAL/ORM for Python.
Python database wrapper for the lazy developer. The main selling point being:
dataset provides a simple abstraction layer that removes most direct SQL statements without the necessity for a full ORM model - essentially, databases can be used like a JSON file or NoSQL store.