You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of those "scratch your own itch" projects. Something we all need to do is properly track the contents of our homes for insurance purposes right? Here's an app to do it!
4
+
5
+
The app uses sqlite3 for the database and even has a generator thrown in for good measure!
6
+
7
+
8
+
## Day N: Watch videos and start planning!
9
+
10
+
Watch the first 3x videos detailing the *Main Menu*, *SQLite3 DB Access* and *Scrubbing Malicious Data* for your first day.
11
+
12
+
Start visualising how you'll form and write your app then get coding if you have time!
13
+
14
+
15
+
## Day N+1: App Run Through
16
+
17
+
Today we do a quick run through of the entire app. You'll see how all of the functions work together to form the final product.
18
+
19
+
Watch the *App Demonstration* video and start coding up your own solution if you haven't started already!
20
+
21
+
22
+
## Day N+2: Your Turn!
23
+
24
+
Watch the video *App Pitfalls and Bugs* and see if you're able to resolve the bugs!
25
+
26
+
These are all issues you'll need to take into account in your own app so it's worth giving it a try.
27
+
28
+
If you have even more time, see how you can expand this app to have its own GUI or web interface.
29
+
30
+
31
+
### Time to share what you've accomplished!
32
+
33
+
Be sure to share your last couple of days work on Twitter or Facebook. Use the hashtag **#100DaysOfCode**.
34
+
35
+
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
36
+
37
+
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*
0 commit comments