Justin's Python Performance Guide ================================= This is an exhaustive catalog of optimizations I've learned from years of making my Python projects perform faster. I try to keep it up to date with recent Python interpreter releases. The `Python Speed `_ and `Python Performance Tips `_ sections of the official Python wiki might also be worth checking out. \- `Justin Turner Arthur `_ .. toctree:: :maxdepth: 2 :caption: Contents: macro_optimizations micro_optimizations library_optimizations * :ref:`search`