SQLAlchemy tutorial pt.1
SQLAlchemy is package which enables working with SQL in pythonic way. The biggest advantage of SQLAlchemy is that you don’t need to deal with different dialects of SQL (Postgres, MySQL, Oracle etc.) but rather with Python objects.
There