Here we will share how to install the Python program on the 64-bit Windows 7 system platform:
Step 1: log on and download the program
Log on to the Python official website https://www.python.org/
We can see that there are two versions. Here I select Python 2.7.9
Step 2: install the program
Double-click the downloaded MSI program and install it to all users on the computer.
Select the installation path c: python27
Install Python
View installation progress
Click Finish to complete installation
Step 3: Configure environment variables
Control panel all control panel items system advanced system settings advanced environment variables
Added c: python27
Step 4: verify Python
Open the cmd command line, press enter, and enter Python
Displays Python-related information.
Step 5: Use the Python built-in Gui
The above operation completes the installation of the Python program. The installation process is relatively simple. We hope more people can learn from each other and communicate with each other.