Effective PyCharm Transcripts
Chapter: Performance and profiling
Lecture: Your turn
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
You've seen me use profiling to make an application faster and understand its performance.
0:05
It's your turn So in this chapter and your your turn for this chapter,
0:10
you're going to take an existing app and understand its performance and then do a couple
0:16
of steps to improve its performance,
0:18
guided by the profiler. Also,
0:21
one quick comment here, this one is one of the features that requires PyCharm
0:25
Professional. So remember if you're using the Community Edition,
0:30
you're going to have to just read through and watch this.
0:32
It's not one of the features.
0:33
It's one of the paid features.
0:36
Go through. Open up the perf app in this section and be sure to you
0:40
install requests because you're gonna need it to run it.
0:43
All right. Have fun playing with a profiler.