how to install python 3 in windows 7 code example

Example 1: install python 3

# Download and Install python from https://www.python.org/downloads
# Try to get the latest version of Python, and please avoid using python 2.x unless you have a reason to.

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).

Tags:

Misc Example