Rkern/line_profiler: Line-by-line profiling for Python

line_profiler is a module for doing line-by-line profiling of functions.
kernprof is a convenient script for running either line_profiler or the Python
standard library’s cProfile or profile modules, depending on what is available. Read more

Similar

Learn Python 3 the Hard Way

Welcome to the 4th Edition of Learn Python the Hard Way which teaches Python 3. You can visit the companion site to the book at http://learnpythonthehardway.org/ where you can purchase digital downloads and paper versions of the book. The free HTML versi... (more…)

Read more »