This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

32. Python Language Services

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:

Previous topic

31.5. importlib – The implementation of import

Next topic

32.1. parser — Access Python parse trees

This Page

«