![]() | |
![]() | |
Developer(s) | Aivar Annamaa and contributors |
---|---|
Stable release | |
Repository | github |
Written in | Python |
Operating system | Cross-platform |
Platform | Windows, Linux, macOS |
Type | Integrated development environment |
License | MIT |
Website | thonny |
Thonny ( /ˈθɒni/ THON-ee) is a free and open-source integrated development environment for Python that is designed for beginners. It was created by Aivar Annamaa, an Estonian programmer. It supports different ways of stepping through code, step-by-step expression evaluation, detailed visualization of the call stack and a mode for explaining the concepts of references and heap. [2]
The program works on Windows, macOS and Linux. It is available as a binary bundle including the recent Python interpreter [4] or pip-installable package. [7] It can be installed via the operating-system package manager on Debian, Raspberry Pi, Ubuntu, and Fedora.
Thonny has received favorable reviews from Python and computer science education communities. [8] [9] [10] It has been a recommended tool in several programming MOOCs. [11] [12] Since June 2017 it has been included by default in the Raspberry Pi's official operating system distribution Raspberry Pi OS. [13]