Normally we need to install Python and the appropriate development environment under Windows. However, we can also use the direct decompression method to get Python and the corresponding development environment, so that more concise and flexible.
Python and the corresponding development environment, called Wing Personal,python's integrated development environment, are:
Http://wingware.com/pub/wingide-personal/6.0.12/wingide-personal-6.0.12-1-win32.zip
After downloading the zip file decompression, run the bin directory under the Wing-personal.exe, you can start wing.
After that, you set the environment variables for wing and the PATH environment variables for Windows so that you can start Python on the command line of wing and windows.
Finally, download https://bootstrap.pypa.io/get-pip.py
Run Python get-pip.py on the command line and install PIP so that the free-to-install Python development environment is done.
Python: Installation-free development environment