#100DaysOfCode in Python Transcripts
Chapter: Days 88-90: Home Inventory App
Lecture: Lesson Introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day everyone, welcome back. This is Julian Sequeira and I'm going to be walking you through the next 3 days of creating a home inventory app.
0:11
This is designed to just sort of get you thinking about the whole app creation process, even though I know you've done it by now.
0:19
But also to get you using a few different things in Python. So in this specific app we are going to use SQLite3 as the database.
0:29
But we're going to cover a little bit of generators. And we're just going to do some basic Python to get you through
0:36
creating your own sort of storage app that recalls data, takes input, and you can imagine what it's going to be like.
0:43
So, carryon through the next three days and let's see what we can come up with.