Thonny
Thonny
2. Thonny-Specific Libraries
Thonny comes with some additional tools and libraries designed to make
Python programming easier:
thonny – The main Thonny API, used for interacting with the IDE.
thonny.ast_utils – Helps with parsing and analyzing Python code.
thonny.memory – Manages memory visualization.
thonny.plugins – Allows for adding custom plugins/extensions.
thonny.backend – Handles communication between the user
interface and the Python interpreter.
3. External Libraries (Can Be Installed)