Python Console | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Console

How do I get the console for PC Orí is it not necessary?

27th Jan 2019, 11:02 PM
McSeun Tolu
McSeun Tolu - avatar
4 Answers
+ 1
Idle = short for "integrated development and learning environment". It is python's own shell (like a terminal program) that lets you write python code, it comes prepackaged when you install python. But its not very user friendly, there are many better options to choose from, for development.
29th Jan 2019, 2:15 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thanks.
29th Jan 2019, 2:17 PM
McSeun Tolu
McSeun Tolu - avatar
0
If you are on Linux there is a high chance it is already preinstalled. Otherwise you can download python from python.org This will get you the IDLE but if you want to develop programs, it is also a good idea to use N integrated dev environment (ide) such as anaconda or pycharm.
29th Jan 2019, 6:22 AM
Tibor Santa
Tibor Santa - avatar
0
Oh my! Thanks for the reply. I am so new to programming, what do you mean by IDLE
29th Jan 2019, 2:08 PM
McSeun Tolu
McSeun Tolu - avatar