has been very fond of playing reptiles, before using Java to write a few of their own small crawler, climbed a lot of blind date information.
Want to learn python for a long time, in the study of reptiles, see more or Python examples, and later a study found that in foreign countries in fact, Python is still very much used in the market.
Download installation
Python Download URL: https://www.python.org/
Because it is a foreign site, it may be more laborious to open. Baidu Software also has the relevant version of Python download, update or more timely.
Address: Http://rj.baidu.com/soft/detail/17016.html?ald
Environment configuration
Python's environment configuration is still relatively simple (relative to the Java environment Configuration)
1, open the computer environment variable configuration (win7 My Computer right-click Properties-Advanced system settings-environment variables)
2. Select "Path" in the system variable and add the Python path after.
3. Click OK to complete the system variable configuration.
4, test, open cmd Black window command too, input python display as follows, configuration complete:
The above is the Python installation and environment configuration, OK, it's time to hit the road.
Python Installation and Environment configuration