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:

Review

Demo

Interfacing with a database using the SQLAlchemy ORM