Build a Python environment on windows.
step1: download Python program
/downloads/release/python-351/
Choose the first one to download (download whichever one you want)
step2: install and configure the environment
Click on the program to install it by default
step3: development and configuration environment
Computer->System->Advanced System Settings->Environment Variables->System Variables->path variable append Python installation path
STEP: Test if the python installation was successful.
cmd to open the command line and enter the python command
Enter the content and install the environment successfully.
For more articles on python installation tutorials seeTutorial on installing python versions.
For more great book lists, clickEssential python programming book list
This is the whole content of this article.