In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to download and install python. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Background:
Python language: it is a scripting language that combines interpretation, compilation, interaction and object-oriented. In recent years, with the development of artificial intelligence and big data, it is used more and more frequently, so learning python is very useful for future work and study.
Applicable crowd:
People who have some knowledge of programming, for example, have had a little contact with programming languages such as C & M, C & Q, Java, etc.
Download and install Python:
The download of python is mainly recommended to the official website, https://www.python.org/. The page you see when you open the connection is as follows:
Then click download to find the version that suits your computer. Currently, there are two main versions of python, one is python3.7 and the other is python2.7.15, as shown in the following figure:
About why there are two versions of python:
Mainly because the python3X version is an upgrade to the python2X version (so there is a situation: for some functions of python2X, python3X does not support, for some functions of python3X, python2X does not support), the python3X version is more suitable for future development applications, but because some of the original applications are based on the python2X version, the company also updates the python2X version, if you want to learn python, it is recommended to learn the python3X version However, in order to better transplant other people's code when programming in the future, it is recommended that both versions of python be installed.
About the choice of python installation package: for the version of python3X, directly select the corresponding version of the computer:
For the python2X version, you may have some difficulties in choosing, so you need to explain here that if your computer is the first 64-bit choice, and if your computer is the second 32-bit choice, as shown below:
After the version is selected, just run the corresponding installation package and install it foolishly. However, instead of using python, you can configure the Path environment variable as follows:
Right-click my computer-> Properties-> Advanced system Settings-> Environment variables, and you will see the following window:
Follow the window prompt to add your python installation path (for example: my python installation path is: d:\ Program Files (x86)\ python), and click OK.
After the installation is successful, open your command prompt tool (that is, the small black window): enter the command: python, if you see the following: you have successfully installed.
IDE environment of python
Mainly adopts the most popular pyCharm at present, it has the function of keyword prompt, parenthesis, single and double quotation marks automatic completion, which is of great help in the actual development and application. Download method: pyCharm's official website directly download: http://www.jetbrains.com/pycharm/
You can also download it from my Baidu online disk (the same as the latest version on the official website):
Link: https://pan.baidu.com/s/1P5MhCTIRy5f67xCV8kz3LA password: hcxi
After downloading, you can install it directly, but the software activation window appears during the installation process as follows:
1, you can directly use the authorization server to activate: choose to activate with "License server", fill in the address with http://artemis.my.to, and then click "activate".
2, use the activation code to activate: open the URL http://idea.lanyus.com/, get the activation code, then change the host file, add 0.0.0.0 account.jetbrains.com in the last line of the host file, and then click "activate" on it.
Actual running effect:
Thank you for reading! This is the end of this article on "how to download and install python". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.