PythonThe official comes with the software only the base library files, and in the programming process need to use various types of libraries, all need to spend a lot of time to find and constantly download library files and load into the environment to use, this is my self-learning Python encountered a difficult point,Anacondaprovides an integrated environment to solve this problem.
the official is as follows: (Here is the installation of Windows version)
https://www.anaconda.com/support/
but the official website download is very slow, here seniors Ben recommended Open source image station for Tsinghua University to download
https://mirrors.tuna.tsinghua.edu.cn/
download software about more than M, all installed about 4G , pay attention to disk space, the following start
I downloaded the latest 64bit version
1. Double click on the software and click Next
2. Click I agree
3, select all users, if the computer only you use a person
4, custom installation path, here I installed to the C Drive
5.Remember to tick this box to automatically set the environment variable
6. Start installation in about 5 minutes
7. Click Next
8, click to complete (two tick off, or will link to the official website, if you want to know how to keep)
9,the test version of the cmd under the Python 3.6.3 should be the current version of the latest 3.6,
about editing IDE software we use pycharm here , can go to the official website to download and install
http://www.jetbrains.com/pycharm/download/#section =windows
One, configuration pycharm
Select python path loading environment, basically pycharm can be automatically recognized, I am here because previously installed on the official website of the Python 3.6, residual information
Click Apply and then click OK
Start loading library files, estimated 5-10 minutes, depends on the configuration of the PC
Write a py file test,OK installation configuration is successful
The python development environment for installing configuration anaconda in a Windows environment