.. _language: ************************ 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: .. toctree:: ast.txt symbol.txt token.txt keyword.txt tokenize.txt tabnanny.txt pyclbr.txt py_compile.txt compileall.txt dis.txt pickletools.txt distutils.txt