Use SQL Alchemy to Interact with a Database

Will Button
InstructorWill Button
Share this video with your friends

Social Share Links

Send Tweet

In this lesson, you will be introduced to SQL Alchemy. You will learn how to create a base entity to provide common defaults for all database tables, create a table to track available inventory, and create python methods to list and update data in the database.