Contribute Media
A thank you to everyone who makes this possible: Read More

The AST and Me

Translations: en

Description

Get under the hood and learn about Python's beloved Abstract Syntax Tree. We'll discuss the AST's role in Python's compilation process, how it affects Bytecode, and how you can use it's optimizations to improve your code's speed at runtime. Write better code!

Details

Improve this page