Chapter 7. Profiling and Debugging
In this chapter, we will cover:
Profiling with
timeit
Profiling with IPython
Installing
line_profiler
Profiling code with
line_profiler
Profiling code with the
cProfile
extensionDebugging with IPython
Debugging with pudb