Python understanding and installation

Python is a high-level language, what is a high-level language?

For example, our common C++/C language is a low-level language. What is the difference between the two?

                                           

Low-level languages ​​are closer to the bottom layer and are more efficient, while high-level languages ​​have relatively low execution efficiency but high development efficiency.

After understanding, we need to install python first, the link is below:

                         

Install under windows:

64th place

https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe https://www.python.org/ftp/python/3.8.0/python-3.8.0 -amd64.exe 32nd place

https://www.python.org/ftp/python/3.8.0/python-3.8.0.exehttps://www.python.org/ftp/python/3.8.0/python-3.8.0.exe

Among them, using the link installation on windows is slower:

You can use the Thunder copy link to download

Remarks, remember to click add python to path when installing, or you may need to configure the environment path later.

In the lower left of this picture, I have already installed it here, so there is no picture.

Installation under Linux or mac: (Please jump for details)

Install Python - Liao Xuefeng's official website

Finally, everyone quickly install it, next time we will learn the basics of python. Here is the longbow dog learning C

Guess you like

Origin blog.csdn.net/qq_59392324/article/details/123584007