#100DaysOfCode in Python Transcripts
Chapter: Days 31-33: Logging
Lecture: Your turn: Day 1
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
All right, it's your turn to do some logging. Let's look at all the steps that I'm recommending for you.
0:07
So there's a little summary of why you care about logging, but we're going to focus on the three things,
0:13
the three days, and what you're going to do on them. Today, you're basically done. It's watch the videos as usual.
0:19
What you're going to do is you're going to pick an application that either you've built in this course or previously built
0:24
that you think could use some logging. It would be nicer if it had some logging much like we just added to the movie search app.
0:30
So your goal for today is just to pick an app that you're going to study and add logging to over today and the next two days that follow.