Python is a high-level, general-purpose programming language, known for its concise, easy-to-read syntax, is widely used in web crawlers, data analysis, machine learning, artificial intelligence and many other fields. Specifically install python development environment method, the following operation:
01
Download the Python parser installer
Go to the official Python website and selectDownloadstitle bar, you can see that there are corresponding Windows and macOS options.
(Because it is a native foreign URL, sometimes it cannot be opened due to network problems, or it opens slower)
Official website address:
https://www.python.org/
Here we select the Windows option to the right ofPython 3.12.4 If you are interested in downloading the latest version of the program, click on the download page. You can directly download the latest version of the currentPython parser installer.
take note of
There are two major versions of Python parsers, Python 2 and Python 3, but the dominant version is Python 3.
For general-purpose versions and program compatibility reasons, we don't usually use the latest version of python, but we recommend Python 3.7, Python 3.8, or python 3.9.
Other version download
02
Installing the Python parser
03
Configuring Environment Variables
Right-click on the desktop and click Personalize.
04
Calling the Python parser
Click command prompt (computing) Enter endpoint Windows.
take note of
Python-version The intent of the command is to show the version of the Python parser that is currently on your computer. If the Python parser is installed and the system environment variables are configured, the terminal will run the command and display the current Python version number. If you get a runtime error, you may not have configured the environment variables properly.
Company Profile