thonny
Python IDE for beginners
Install
- All systems
-
curl cmd.cat/thonny.sh
- Debian
-
apt-get install thonny
- Ubuntu
-
apt-get install thonny
- Kali Linux
-
apt-get install thonny
- Fedora
-
dnf install thonny
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install thonny
- Raspbian
-
apt-get install thonny
- Dockerfile
- dockerfile.run/thonny
thonny
Python IDE for beginners
Thonny 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 beginners
Thonny 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.