Explore >> Select a destination


You are here

nikhilism.com
| | pymotw.com
3.5 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.
| | blog.m-ou.se
3.3 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | blog.hakril.net
3.0 parsecs away

Travel
| |
| | nelari.us
97.6 parsecs away

Travel
| The second part of the series implements a full C++ wrapper for C++ functions and classes for Wren's C API.