python 3.7 free download code example

Example 1: idle python download

# Python downloads IDLE on default when it's installed. 
# So you already should have it, but in case you don't, then:
# Reinstall python and make sure you tick the box that says "Install IDLE" or something like that

Example 2: install python 3.7

# Go to Python.org and use archives to explore past releases of Python.
# If you're using an IDE like Thonny, install Python 3.7.9 (depends on how updated your IDE is).

# Download your version of Python and click the executable. Then install after receiving the UAC prompt (Windows).