Monday¶
Objectives¶
- Familiarize ourselves with the basics of SQL persistence
- Learn the DBAPI specification and how to interact directly with databases using it
- Gain an understanding of the purpose and usage of an Object-Relational Mapper
- Generate the basic structure for our learning journal project
- Understand the structure and uses of the Deque data structure
Readings¶
These readings will support the work you do on Tuesday:
- The SQLAlchemy ORM Tutorial (Read up to and including the section on querying)
- Command-Line Pyramid: The Interactive Shell
Review¶
Concepts¶
Demo¶
Interfacing with a database using the SQLAlchemy ORM