Which version of python should be installed? Which version of python is generally installed?

Hello everyone, the editor will answer your question which version of python is better to install. Many people still don’t know which version of python to choose for installation. Let’s take a look now!

I. Introduction

There are many people who want to learn Python but don’t know how to start. Next, I will make a series, from getting started with Python to practical analysis and then practical operation. This article starts with the most basic Python version.

Two version options

It is recommended to choose Python3, because the code of Python2 is not as simple as Python3, so beginners are recommended to contact Python3 directly. Now Python3.11 is out, so I recommend using Python3.10, because I used to use Python3.11, and the overall feeling is not very good. Well, some dependency packages that can be downloaded in the original version cannot be downloaded in the new version. Remember, the highest version is not necessarily the best, so Python3.10 is a good choice at the moment. Of course, you still want to use Python3 .11 I don't stop

three installation

1High-  speed direct access to Python official website

2 Click download, then click window

 3 Click 3.10window system download

 4 Find the address of the file and download it to

 5 installation

Install according to the picture 

four endings

Learning code is a long process, so be sure to persevere!

Guess you like

Origin blog.csdn.net/mynote/article/details/132810204