1. Download the python installation file
Python-2.7.10.msi
Website: https://www.python.org/downloads/release/python-2710/, according to their own environment, choose the appropriate version,
Because of the need to dock with the project, choose 2.7 Version 32-bit installation files, although now there are 3.0 versions.
You can choose the default installation path, all the way to determine the installation, such as my default installation path: C:\Python27
2. Configure Environment Variables
(1) Configure the environment variable, add the following to the value of the path variable in the computer advanced environment variable, and place the location that you just installed
; C:\Python27
Note the preceding semicolon '; ‘
(2) test whether the installation is successful
Win + R appears, run the dialog box, and then enter: CMD to bring up the "Command dialog box"
Input: Python, if a python version number appears, the installation succeeds
3. Configure the Python development configuration in the VS2010 integrated development environment as follows
(1) Download PTVs 2.1 VS 2010.msi installation files
This is a plugin for vs2010, which can be developed in Python under VS, with the Vasistentx plugin configured in VS, to facilitate development
https://pytools.codeplex.com/releases/view/109707
(2) The default way to confirm the installation can
(3) Create a new project in VS for Python development in VS
Win7 Environment installation Python + IDE (vs2010) development