Trying SQLAlchemy for Python

Install SQLAlchemy

This is easy (using pip):

pip install sqlalchemy

Learn SQLAlchemy

http://docs.sqlalchemy.org/en/latest/core/tutorial.html

This tutorial uses an in memory SQLite database, which is cool in itself.

Various topics:

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.