What is IDLE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is IDLE?

is it a software? Sorry learning coding for first time so may be a very basic question.

17th May 2018, 4:16 PM
Abhi
8 Answers
+ 1
IDLE (short for integrated development environment or integrated development and learning environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1
17th May 2018, 4:18 PM
Rajeeb
0
Can you please explain in more some terms? I don't have any background in computer so some basic would be helpful. What is it used for? Why is it important?
17th May 2018, 4:19 PM
Abhi
0
its an IDE for python used for making quick development for applications using python script just like RAD IDE for visual studio more info:- https://docs.python.org/3/library/idle.html also check:- microsoft visual studio @google
17th May 2018, 4:23 PM
Rajeeb
0
Simply speaking, that is something you will get together with Python installation from official site python.org and will want to use as soon as you get some practice in Sololearn playground, so you can make real usable scripts/programs Later on you can go further with (many coders recommend) PyCharm or some other
17th May 2018, 9:34 PM
Sasha Djekic
0
Thanks Sasha!! That makes sense. of all the answers, only yours I could understand. one additional question. why would I move to PyCharm if I can write code on IDLE?
18th May 2018, 6:42 AM
Abhi
0
You don't have to at this stage at all. You can consider PyCharm as "advanced" IDLE which shows its advantages when you start coding some serious projects. It has advanced helpful features and preistalled additional modules not just Standard library. I mentioned it in previous answer just because you will come across it along your "coding" way
18th May 2018, 9:55 PM
Sasha Djekic
0
Thanks a lot Sasha for explaining things in such simple terms. Can you also suggest from where can I download Python? Google will tell me but I thought an experienced person like you will give a reliable source. Is it Python.org or should I download it from somewhere else?
19th May 2018, 5:56 AM
Abhi
0
Yes it is. It is official page that you will refer pretty often to for (installation, tech doc, tutorial, other sources and so on...)
19th May 2018, 6:44 AM
Sasha Djekic