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:06
It's your turn So in this chapter and your your turn for this chapter,
0:11
you're going to take an existing app and understand its performance and then do a couple of steps to improve its performance,
0:19
guided by the profiler. Also, one quick comment here, this one is one of the features that requires PyCharm
0:26
Professional. So remember if you're using the Community Edition, you're going to have to just read through and watch this.
0:33
It's not one of the features. It's one of the paid features. Go through. Open up the perf app in this section and be sure to you
0:41
install requests because you're gonna need it to run it. All right. Have fun playing with a profiler.