28.5. runpy — Locating and executing Python modules
29.1. Abstract Syntax Trees
Enter search terms or a module, class or function name.
Python provides a number of modules to assist in working with the Python language. These modules support tokenizing, parsing, syntax analysis, bytecode disassembly, and various other facilities.
These modules include: