Profiling the Unprofilable
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore advanced profiling techniques and performance optimization strategies in this conference talk from EuroPython 2016. Dive deep into Vmprof, a statistical profiler developed by the PyPy team, and learn how to effectively use it to identify performance bottlenecks in challenging scenarios. Follow along as the speaker applies Vmprof to profile the Python Debugger, an open-source project used in popular IDEs. Discover how to leverage Cython to optimize the identified performance issues. Gain valuable insights into profiling methodologies, the implementation of Vmprof, and practical approaches to resolving performance bottlenecks in various Python development contexts, including web applications and debuggers.
Syllabus
Dmitry Trofimov - Profiling the unprofilable
Taught by
EuroPython Conference
Related Courses
Faster pandasLinkedIn Learning Faster Python Code
LinkedIn Learning Cython Tutorial - Bridging Between Python and C-C++ for Performance Gains
sentdex via YouTube Cython 3 - Python at the Speed of C
EuroPython Conference via YouTube Extending Cython with GIL-Free Types
EuroPython Conference via YouTube