Please what is the difference between Python 3.5 and IDLE (Python 3.5)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please what is the difference between Python 3.5 and IDLE (Python 3.5)?

27th Aug 2016, 3:24 PM
Addo Derrick Brown
Addo Derrick Brown - avatar
3 Answers
+ 2
IDLE is the default IDE for python. Python 3.5 is just the version of the code itself. When you download python it comes with IDLE to edit the code and run it. I use pycharm instead of IDLE but it's just personal preference to what you use since there's so many. Pycharm and many others have more features to help neaten code, fix mistakes and have better debugging to find errors in codes.
27th Aug 2016, 5:03 PM
Bailey
0
So when I am coding, should I use the IDLE or the Python itself?
30th Aug 2016, 8:17 AM
Addo Derrick Brown
Addo Derrick Brown - avatar
0
IDLE is a program to write Python on, so download IDLE and then write Python code in it.
28th Jul 2017, 1:30 AM
Wolfy Mountain
Wolfy Mountain - avatar