IDLE#
Note
This page is no longer maintained, and may be out of date.
IDLE is a very small and simple cross-platform IDE that is included free with Python and is released under the open-source Python Software Foundation License.
Anaconda and Miniconda include IDLE.
To use IDLE:
Find the IDLE program file:
EXAMPLES for Miniconda with Python 3 and user name “jsmith”:
On macOS, the full path may be
/Users/jsmith/miniconda3/bin/idle3
On Windows, the full path may be
C:\Users\jsmith\Miniconda3\Scripts\idle
Run IDLE from file explorer or from the command line by entering the full path.
Tip
You can make a shortcut to the IDLE program file on your desktop.