#100DaysOfCode in Python Transcripts
Chapter: Days 49-51: Measuring performance
Lecture: Your turn: Day 1
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
You've seen how profiling
0:01
can make your application faster.
0:04
It turns you into a detective,
0:06
hunting for performance problems in your application.
0:08
Now, it's your turn to work on your applications
0:12
using the cProfile and the techniques
0:14
that you've learned here.
0:15
We're going to start on Day 1
0:17
by just watching these videos, of course,
0:20
and then picking an application
0:22
that you're going to optimize.
0:23
Pick some app that you've previously built.
0:25
At this point in the course
0:26
you should have built many little applications.
0:28
You can totally pick one of those.
0:29
Or if you've built something outside the course, use that.
0:32
That's all fine, as long as it's the Python app,
0:34
this should work just fine.
0:36
So for today just think about the app
0:38
that you want to work with,
0:39
that you want to try to profile
0:40
and understand the performance,
0:42
and we're going to work on the next two days
0:43
on making it faster.