Install Python IDLE

Python3 is preinstalled on most Linux distributions.

But there is need for an Integrated Development Environment IDE (editor etc.). There are some IDEs for Python. We choose the very lean IDLE (Integrated Development and Learning Environment).

On Debian based distributions open console and type

$ sudo apt-get install idle3

Start it with

$ idle

 

 

Last modified: Thursday, 26 September 2024, 11:51 AM