How To Install Thonny On Debian, Ubuntu, Kali, Fedora And Raspbian?
Install thonny
-
Debian
apt-get install thonnyClick to copy -
Ubuntu
apt-get install thonnyClick to copy -
Kali Linux
apt-get install thonnyClick to copy -
Fedora
dnf install thonnyClick to copy -
Raspbian
apt-get install thonnyClick to copy
thonny
Python IDE for beginnersThonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd party packages and special mode for learning about references. See the homepage for more information and screenshots.
python3-thonny
Python IDE for beginnersThonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd party packages and special mode for learning about references. See the homepage for more information and screenshots.




