Description
In this talk we'll build a Python profiler from scratch and so learn about the dynamic nature of Python and how do well know profilers such as cProfile work. Also, we'll learn the difference between a tracing and a sampling profiler and which one to use in what circumstance.