Objective
Python, is an object-oriented interpretation of computer programming language, is purely free software, Python simple and clear syntax, features are forced to use whitespace as a statement indentation, with a rich and powerful library, it is often called glue language.
Pythonis an interpreted language: this means that the development process is not without the compilation of the environment, is the exchange language, is the object-oriented language, is the language of beginners, the advantages are: Easy to learn, object-oriented, easy to maintain, portable, extensible, a wide range of standard libraries. The disadvantage is that it runs slowly.
Installation
So how to install Python it?
Available for Installation official website: https://www.python.org/downloads/windows/
Click to download
Note the click on the download processPath
Remember
Because then you don't have to configure the environment variable Oh!
Open itCMD
Enter the command line "Python" to display the version
First find Python the installation path, for example:
Then go to configure the environment variables:
- Right click on "Computer" and click "Properties"
- Click Advanced Settings
- Click Environment variables
- In the "System Variables" column, find "path" double-click
- In the "Variable value" add
Python the path, remember to use ";" Separate
- Click "OK" to save
After the configuration is complete, CMD enter "python" on the command line
The next download PyCharm installs the Oh!
Provide website address:
https://www.jetbrains.com/pycharm/download/#section =windows
Here you can download two kinds, I download the second one. I mean, everyone should understand.
After the installation is complete, you can open it directly.
Emphasis: If you are downloading the first version, a paid prompt will appear, the workaround:
Need to activate: Select License server fill in http://idea.imsxm.com when activated click Active Finish activation.
The original address is: http://www.imsxm.com/jetbrains-license-server.html
Once the download is complete, we go directly to the new one Python File and enter "Hello World":
Conclusion
- This article mainly explains? Python Environment Setup (window platform)
- I will continue to explain the other knowledge in depth, I am interested to continue to focus on
- A little gift to walk or like.
Python Environment Setup (window platform)