#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.
0:02
Let's look at all the steps that I'm recommending for you.
0:06
So there's a little summary of why you care about logging,
0:09
but we're going to focus on the three things,
0:12
the three days, and what you're going to do on them.
0:13
Today, you're basically done.
0:15
It's watch the videos as usual.
0:18
What you're going to do is you're going to pick an application
0:20
that either you've built in this course or previously built
0:23
that you think could use some logging.
0:25
It would be nicer if it had some logging
0:27
much like we just added to the movie search app.
0:29
So your goal for today is just to pick an app
0:32
that you're going to study and add logging to
0:34
over today and the next two days that follow.