Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
python-features
How Classes Compile
Class definitions, method calls, and inheritance.
python-features
How Dicts Compile
Dictionary creation, lookup, insertion, and deletion.
python-features
How For Loops Compile
What machine code Pyvorin generates for Python for loops.
python-features
How Functions Compile
Function calls, arguments, and return values in machine code.
python-features
How If Statements Compile
Conditional branches and short-circuit evaluation.
python-features
How Lambdas Compile
Anonymous functions and closures in native code.
python-features
How Lists Compile
List creation, indexing, append, and iteration.
python-features
How Match Statements Compile
Pattern matching and case analysis.
python-features
How Strings Compile
String operations, slicing, and formatting.
python-features
How Try Except Compiles
Exception handling and stack unwinding.
python-features
How While Loops Compile
While loops, break, and continue in native code.
python-features
How With Statements Compile
Context manager enter and exit in compiled code.