--- myst: substitutions: include: python: python/handbook_py cpp: "" sentence1: python: "" cpp: "(*c.f.* [](#use_cases_module))" sentence2: python: "[](#use_cases_module)" cpp: "the python version of this manual" --- # The Python Interface Accessing {{uranie}} tools is also possible using the [Python](http://www.python.org) language. The **PyROOT** tool allows to access to {{root}} classes from a Python command line or script. {{uranie}} can benefit from this tool as well. All the use-case macros provided in the previous version of this user manual {{sentence1[language]}} are now available in Python in {{sentence2[language]}}. {{ "```{" "toctree" "}\n" "python/version\n" + "python/env_variables\n" + "python/pyroot\n" + "python/pyuranie\n" + include[language] + "\n" "python/references\n" "```" }}