TreeHouse - Using Databases in Python
MP4 | Video: 720x480 | 60 kbps | 48 KHz | 96 MB
Genre: eLearning | Language: English
When you want to store data from a program, you have two general choices: files or databases. In this course, we're going to explore using a database from within Python by using the excellent ORM Peewee. We'll build a command line diary application that stores our thoughts and notes in a SQLite database, lets us review and delete them, and even has a search feature!