Contribute Media
A thank you to everyone who makes this possible: Read More

Python Performance Profiling: The Guts And The Glory

Description

Your Python program is too slow, and you need to optimize it. Where do you start? With the right tools, you can optimize your code where it counts. We’ll explore the guts of the Python profiler “Yappi” to understand its features and limitations. We’ll learn how to find the maximum performance wins with minimum effort.

Details

Improve this page