0
Please what is the difference between Python 3.5 and IDLE (Python 3.5)?
3 Réponses
+ 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.
0
So when I am coding, should I use the IDLE or the Python itself?
0
IDLE is a program to write Python on, so download IDLE and then write Python code in it.