Chapter 7 of NumPy Cookbook is about profiling and debugging. The contents of chapter 7 of NumPy Cookbook:
Profiling with timeit
Profiling with IPython
Installing line_profiler
Profiling code with line_profiler
Profiling code with the cProfile extension
Debugging with IPython
Debugging with pudb
The book has [...]
Published on November 04, 2012 08:08