/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

akaptur.github.com
| | mathspp.com
1.8 parsecs away

Travel
| | Today I learned how to disassemble Python code with the module `dis`.
| | pymotw.com
1.0 parsecs away

Travel
| | [AI summary] This technical guide explains how Python's dis module works to disassemble Python bytecode for purposes such as debugging errors and optimizing code performance through detailed stack analysis.
| | zserge.com
3.3 parsecs away

Travel
| | Summing up years of building interpreters and compilers for various programming languages. The first chapter is about assembly language. We will try to implement a tiny two-pass assembler for CPython VM.
| | nabeelvalley.co.za
12.6 parsecs away

Travel
| A short introduction to Parser Combinators