1. Download the Python version on the https://www.python.org/downloads/release/python-352/website
2. Configure the Environment
Right-click the computer properties and select Advanced System settings
3. Select environment variable and configure path input; C:\Users\ small red \appdata\roaming\microsoft\windows\start Menu\programs\python 3.5
4. Test whether Python is installed successfully, run cmd, enter python command
5. Enter Hello world! Test the ability to run
6. The python environment is already configured. The next step is to download the development tools Pycharm. There is a fee version and free version, free version download address: http://www.jetbrains.com/pycharm/download/index.html
7. Install Pycharm, always next
8. After the installation successful, the first run requirements set the theme, etc., you can choose to skip this step or choose your favorite theme. After the setup is complete, you can enter the program by restarting it. Because it is the IDE, you first create a project, and you will be asked to set the Python path. Set as required
9. At this point, the installation of the Environment configuration and development environment has ended.