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 PlaygroundTags
toolideeditorbeginnerincluded
Related Items
Thonny
IDE / Editor
Beginner-friendly Python IDE with step-through debugger, simple UI, and built-in pip manager
Mu Editor
IDE / Editor
Simple editor for Python beginners, MicroPython, and CircuitPython
VS Code
IDE / Editor
Microsoft's free, extensible code editor; Python support via the Python extension and Pylance