#100DaysOfCode in Python Transcripts
Chapter: Days 91-93: Database access with SQLAlchemy
Lecture: Your turn: Day 1

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Now you've seen SQLAlchemy in action, it's your turn to put it in action on whatever you want to build. So, jump over here to the GitHub repository
0:08 and check out the SQLAlchemy section. What we're going to start with is, we're going to pick some application that you've already built.
0:15 You're most of the way through this class, so you should have a lot of apps. You can pick one of the games. You can pick another application.
0:21 It doesn't really matter. And you're going to add database persistence to it. And you're going to add the ability to use that to run reports,
0:29 or keep sessions going across runs of the program. Something to that effect. So we're going to start out on the first day
0:36 by just really picking out an application, and then creating a virtual environment and installing SQLAlchemy. We'll get this all set up.
0:44 If you get a program that can import SQLAlchemy and run, then you're pretty much ready. Today was mostly about just watching the videos and learning.
0:53 So this is just to give you something to start with the next day.


Talk Python's Mastodon Michael Kennedy's Mastodon