Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed SQLAlchemy Basics!
You have completed SQLAlchemy Basics!
Preview
Learn how to tackle updating entries, rolling back changes, and deleting entries.
Installing SQLite and Accessing it on Windows
Follow the directions listed out in the answer on this forum post
SQLAlchemy Doc Links
User List
[User(name='Grace', fullname='Grace Hopper', nickname='Pioneer'), User(name='Alan', fullname='Alan Turing', nickname='Computer Scientist'), User(name='Katherine', fullname='Katherine Johnson', nickname='') ]
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Let's remove this old code and
move into the Python shell.
0:00
Don't forget to save.
0:06
And if you're like me, and
you've closed your terminals since we were
0:08
last hanging out together,
you probably need to activate it again,
0:13
like this, and then Python or
Python3 to enter your Python shell.
0:18
At the top, we'll need to import models,
0:23
this will import our
entire models.py file.
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up