/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

blog.quarkslab.com
| | bernsteinbear.com
2.7 parsecs away

Travel
| | Lifting a graph structure out of Python bytecode
| | tenthousandmeters.com
2.5 parsecs away

Travel
| | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...
| | akaptur.github.com
1.6 parsecs away

Travel
| | [Edit: A significantly expanded version of this series appears as a chapter in The Architecture of Open Source Applications, volume 4, as A Python ...
| | cprimozic.net
20.9 parsecs away

Travel
| [AI summary] The article discusses creating a Rust procedural macro to automate the process of populating struct fields from a HashMap, reducing redundant code.