Explore >> Select a destination


You are here

akaptur.github.com
| | bernsteinbear.com
1.9 parsecs away

Travel
| | Lifting a graph structure out of Python bytecode
| | www.pmatiello.me
5.0 parsecs away

Travel
| | In which I give my own half-baked workaround to the lack of tail call optimization in Python
| | pymotw.com
1.0 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of Python's disassembler and its applications. It covers topics such as using the dis module to inspect bytecode, debugging with dis, and optimizing code by analyzing disassembled output. The text also discusses compiler optimizations like constant folding and the use of itertools for efficient iteration. It includes examples of code, disassembled output, and performance comparisons between different implementations.
| | healeycodes.com
24.6 parsecs away

Travel
| Writing an interpreter from scratch.