TeamTreehouse - Dates and Times in Python
- Type:
- Other > Other
- Files:
- 11
- Size:
- 133.84 MiB (140345496 Bytes)
- Tag(s):
- TeamTreehouse Python
- Uploaded:
- 2015-04-18 17:54 GMT
- By:
- NepsterJay
- Seeders:
- 2
- Leechers:
- 1
- Info Hash: 4DF9B0E085AE629091431AB271413F308678E604
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