IDLE

IDE / EditorPython N/ABeginner

Python's built-in IDE: lightweight editor and interactive shell included with every Python install

Quick Info

Documentation
Official Docs
Python Version
N/A
Dependencies
tkinter (included with Python)
Install
Included with Python installation

Learn by Difficulty

Quick Example

python
# IDLE
# Python's built-in IDE: lightweight editor and interactive shell included with every Python install
#
# Category: IDE / Editor
# Related: Thonny, Mu Editor, VS Code, Python shell
print("IDLE: Python's built-in IDE: lightweight editor and interactive shell included with every Python install")

IDLE is part of the Python ecosystem. Python's built-in IDE: lightweight editor and interactive shell included with every Python install.

Try in Playground

Tags

toolideeditorbeginnerincluded

Related Items