idle
with Python 2
Install
- All systems
-
curl cmd.cat/idle.sh
- Debian
-
apt-get install idle
- Ubuntu
-
apt-get install idle
- Arch Linux
-
pacman -S idle
- Kali Linux
-
apt-get install idle
- CentOS
-
yum install idle
- Fedora
-
dnf install python2-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install idle
- Raspbian
-
apt-get install idle
- Dockerfile
- dockerfile.run/idle
python2-tools
with Python 2
idle
IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. This package is a dependency package, which depends on Debian's default Python version (currently v2.7) of IDLE.
mingw32-python2
MinGW Windows python2 library
mingw64-python2
MinGW Windows python2 library
python-tools
with Python
python
interactive high-level object-oriented language (default version)
Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package is a dependency package, which depends on Debian's default Python version (currently v2.7).