How to Install idle-python3.6 in Ubuntu 18.04



Install idle-python3.6 by entering the following commands in the terminal:

sudo apt update
sudo apt install idle-python3.6

Description:

IDE for Python (v3.6) using Tkinter

IDLE is an Integrated Development Environment for Python (v3.6). IDLE is written using Tkinter and therefore quite platform-independent.

Version: 3.6.5-3

Section: universe/python