Python download and installation tutorial, step by step to teach you to install the python language development environment, an article for beginners to quickly complete the installation and configuration of the environment. Project construction2023/05/25

I have already downloaded the link: https://pan.baidu.com/s/1gXWlelx_nL8OXXMqStITDw 

Extraction code: abc1 If you only need python, you can download this one.

Official website link Welcome to Python.org

The official website is a bit slow. Many beginners like to install the latest version. There are many libraries in the latest version that have not been updated in time. It is recommended to install a stable version. At present, 3.10 is relatively new, and some unpopular libraries even require 3.9, 3.8, etc.

This is the official website to download, please click here. Then select the version with the red box.

slide down slide 

choose here

The download is 64 bit

Please decompress the file downloaded from the network disk, double-click the decompressed file to install

Download the file from the official website, double-click the file to install

If you want to install in the default location, just select the install now above, and all the next steps will be fine.

The following two check boxes need to be checked, otherwise you need to manually add environment variables.

I want to install on the D drive, I first create a new folder on the D drive, the command is PY3,

Then I chose customize installation

next step next

The path here is D:\PY3\python310

Don't choose D directly, this will cause your files to be scattered in the D drive, which will be more troublesome later, so I will first create a PY3 folder to put it

Followed by next can be completed

That's all the installation is done

If you want to use the most primitive python, it is over, and you can program by opening IDLE in the menu bar.

Guess you like

Origin blog.csdn.net/weixin_55008315/article/details/130859276