Skip to main content

One doc tagged with "compiler"

View all tags

Bytecode and the Compiler

How Python source becomes bytecode, the dis module, .pyc files, peephole optimisation, and writing a bytecode-level function.