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

Digging into Abstract Syntax Trees for analyzing and modifying Python programs

Summary

This talk will explain how the python interpreter uses the ast module to turn the code you write into Abstract Syntax Trees which are then executed. With an understanding of these underlying techniques we'll examine static analysis tools such as pyflakes and talk about how to create programs that analyze the structure of python scripts.

Details

Improve this page