This PEP proposes the creation of a new standard library module named profilers to organize Python’s built-in profiling tools under a single, coherent namespace.| Python Enhancement Proposals (PEPs)
Performance of Python programs has been a major focus of development for the language over the [...]| LWN.net
Every command-line tool included with Python. These can be run with python -m module_name.| www.pythonmorsels.com
Creating my own developer tooling, and some thoughts on line profilers.| healeycodes.com
Is what we do development anymore?| ★❤✰ Vicki Boykis ★❤✰
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available. Unless explicitly noted oth...| Python documentation
Valgrind 3.21 was released last week. The release announcement has the full details of the changes.| Nicholas Nethercote
Rewriting library code to speed up my interpreter benchmark by 28%.| healeycodes.com
Tools I use to find why my Python code is slow.| roman.pt
Performance comparison of counting and sorting word frequencies in various languages (Python, Go, C++, C, AWK, Forth, and Rust)| benhoyt.com