Other > Other
Using Databases in Python
Course Description:
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!
Level : Beginner
Contents:
1. Meet Peewee
2. Our Diary App
3. Gettin' CRUD-y With It