what is IDLE and how we can download it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what is IDLE and how we can download it

7th Nov 2016, 7:28 AM
Arpit Luniya
Arpit Luniya - avatar
8 Answers
+ 4
IDLE is a text editor with syntax highlight for Python, and it comes with installation of Python to your system.
7th Nov 2016, 7:31 AM
Demeth
Demeth - avatar
+ 4
an IDLE full is Intergrated Development and Learning Environment and is a text editor with syntax highlight and interactive shell in windows. and python comes with an IDLE of its own
7th Nov 2016, 8:17 AM
Galata Hassan
Galata Hassan - avatar
+ 3
If you use Windows, IDLE downloads with Python automatically.
7th Nov 2016, 9:10 AM
Hkrabs
Hkrabs - avatar
+ 3
It automatically downloads with your installation of python onto your computer and to open just go to your python file and open it and inside sshould be 4 more files. 1 should be named idle.
7th Nov 2016, 11:42 AM
Rami2480
Rami2480 - avatar
+ 3
its a type of editor but a colourful one to make the program writing easy. If installed in windows it will be at /python/LIB/idlelib/idle.py There will be two python files , one is with console and the other is without that .u can use anything
10th Nov 2016, 1:34 PM
Inf Antony
Inf Antony - avatar
+ 1
This https://www.python.org/downloads/
7th Nov 2016, 9:32 AM
Alena
Alena - avatar
+ 1
well if you got a terminal e.k.a console on your computer which allow you to use shell $ you could make it easily by putting this command apt update then apt-get install python it usually detect to software's with new version. this applied to all device that support it including Mac, android, Linux, window but don't forget to use sudo for the Mac, linux , window and su for android( may required root!")
25th Nov 2016, 7:20 AM
Kenneth Gomad
Kenneth Gomad - avatar
0
Thanks for the help :)
7th Feb 2017, 9:34 AM
Arpit Luniya
Arpit Luniya - avatar