You are on page 1of 2

DLE has the following features: 

coded in 100% pure Python, using the tkinter GUI


toolkit. cross-platform: works mostly the same on Windows, Unix, and macOS. Python shell
window (interactive interpreter) with colorizing of code input, output, and error messages.
IDLE is Python's Integrated Development and Learning Environment. It allows programmers
to easily write Python code. Just like Python Shell, IDLE can be used to execute a single
statement and create, modify, and execute Python scripts.
It allows programmers to easily write Python code. Just like Python Shell, IDLE can be
used to execute a single statement and create, modify, and execute Python scripts. IDLE
provides a fully-featured text editor to create Python scripts that include features like syntax
highlighting, autocompletion, and smart indent

You might also like