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:
trying stuff with code
This is easy (using pip):
pip install 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:
Leave a Reply
You must be logged in to post a comment.