I just installed Python 3.5 on Windows. What is the difference between the Python 3.5 and the IDLE shortcuts?
They seem to do the same. Both provide a command line that you can execute Python code on.
Here's what each shortcuts links to:
IDLE:
C:\Users\myuser\AppData\Local\Programs\Python\Python35-32\pythonw.exe
Python 3.5
C:\Users\myuser\AppData\Local\Programs\Python\Python35-32\python.exe