Python2.75 Installation and Environment configuration tutorial
Python's syntax is simple and powerful, with a large number of third-party development packages (modules) that are ideal for beginners. At the same time, Python does not have the same memory requirements as Java, and is suitable for routine task programming. Python maintains its leading position in the programming language for three consecutive years, according to Codeeval website data statistics. and Python-django development of the web is also a fashion.
- Python 2.75 installation files
- Win8 or win8.1
First download a Python app that has a lot of online. Here is the official website: https://www.python.org/downloads/
Download good, open, click on the Python program to wait for installation, 3 minutes, just fine.
Installation is very simple, but python to be the same as the Java configuration environment variables, this many children's shoes will pay attention to, in fact, is very simple, but for beginners a little do not understand.
The above basically just put Python installed, but if you run the words to enter the address path feel very troublesome, the next step is to teach you to configure the environment variables!
1, first find your Python installation location; (Below is my, generally no change is in C drive)
2, the following is the location of Python, copy
3, next right click on the computer icon, select Properties, enter the following interface
4. Then enter advanced system settings, as below, click Environment variables
5, and then in the environment variable in the system variable, find path
6. Select Edit, add the position of the copied python before the variable value, and precede it with the semicolon in English;
7, the remaining is to test whether Python is installed and hold the win key and R key, will appear as follows, click OK, enter the command line;
8, enter Python in the command line, the following Python-related information appears, the installation of Python2.75
These are all tutorials, and when you're done, you'll find it's a lot easier than you think! Come on!
Thank you for your support!
Reference Document: Http://jingyan.baidu.com/article/c910274be14d64cd361d2dd8.html
Python Learning 11 Python2.75 Installation and Environment configuration tutorial