How to download python and install 3.8.2, how to install the package downloaded by python

Hello everyone, the editor will answer your question on how to download python and install 3.8.2. Many people still don’t know how to install the downloaded python package, let’s take a look now!

Python download and installation tutorial

First open the browser and search on Baidu for [python] quick code knowledge . After the search results appear, enter the official website as shown below. After entering the official website, move the mouse to [download] and select how to write the imitation poem in your own system . After entering the download page, select the python version.

After the download is complete, click to open the installation package to install. Tools/raw materials: Lenovo Xiaoxin Windows 10 browser 10.361. First open the browser and search [python] on Baidu. 2. After the search results appear, enter the official website as shown below.

3. After entering the official website, move the mouse to [download] and select your own system. 4. After entering the download page, select the python version. 5. If you don’t know how to choose, just download the version shown in the picture below.

6. After the download is completed, click to open the installation package to install.

Google Artificial Intelligence Writing Project: Xiaofamao

Python download and installation tutorial

Python download and installation tutorial: Customize the installation directory, click install to install, open the cmd window, enter python, the python version will be displayed, and the type module will be named after the installation is successful .

Python language is more suitable for beginners. Python language will not make beginners feel obscure. It breaks through the grammatical barrier that makes it difficult to get started with traditional programming languages. Beginners can also exercise their logical thinking while learning Python. At the same time, Python is also an introduction to programming languages. The language of choice for artificial intelligence.

Due to the simplicity, readability and scalability of the Python language, there are an increasing number of research institutions using Python for scientific computing abroad. Some well-known universities have adopted Python to teach programming courses.

For example, the basics of programming at Carnegie Mellon University and the introduction to computer science and programming at MIT are taught using the Python language.

How to install python

Download the Python installation package from the Python official website and double-click to open the Python software. Check add Python 3.8 to PATH and click install Now.

After the installation is complete, click Close. Open the computer command prompt, enter Python, and press Enter to run. If the version number appears, the installation is successful.

Tools/raw materials: HP desktop Windows 10 64-bit Python 3.8.6 installation package 1. Download the Python installation package from the Python official website and double-click to open the Python software.

2. Check add Python 3.8 to PATH. 3. Click install Now. 4. Wait for the installation to complete. 5. After the installation is complete, click Close. 6. Open the computer command prompt, enter Python, and press Enter to run.

7. If the version number appears, it means the installation is successful.

python installation steps

Step 1: Download the installation package. We download the python installation package from the official python website: What I chose here is:. Click to download and obtain: installation package. The installation package size: 19.3 MB. Step 2 Installation.

Download and obtain: Installation package, we can double-click to install. The directory I installed is: E:\Python33. Click Next to proceed with the installation, which will take a few minutes. Click Finish to end the installation.

How to download and install python?

1. First, you need to download the python installation package from the official website of python. The link address of python official website:. 2. Open the official website, move the cursor to Downloads, and select windows.

3. On February 28, 2018, python version 3.7 was released. Depending on the operating system, choose different versions of the installation package. Each version provides three download links, which are web-based installers, executable installers, and program compressed files.

Usually choose to download the executable installer. For 32-bit operating systems, please select Windows x86, and for 64-bit operating systems, please select Windows x86-64. 4. Double-click to open the downloaded installation package.

5. Check Add Python 3.7 to PATH, and then click Customize installation. 6. Leave the options as default, click next.

7. The default option is enough, Customize install location (custom installation path). Since the default installation path is too deep, it is not convenient for us to find the installation file, so we changed it to a shallower and easier-to-find path: D:PythonPython37, and then Click Install.

8. The installation is in progress and will take about two minutes. 9. When the installation is complete, click Close. 10. Open the command line, enter python and press Enter. The python version information will appear and enter the editing page.

Enter print("Hello World") to print Hello World. Enter exit() to exit the editing page. At this point, the installation of python is complete. Welcome to the world of python.

Regarding how to download and install python, Qingteng editor will share with you here. If you have a strong interest in python programming, I hope this article can help you.

If you want to know more about python programming skills and materials, you can click on other articles on this site to learn.

How to download and install python

After downloading the installation package, you can install Python. Double-click the installation package file (here is an example). The first step is mainly the installation method. 'Install Now' will immediately install the following configuration to start the installation. This installation location is not very good. Remember, generally choose 'Customize installation' to install and define the installation process yourself; it is best to select 'Add Python 3.8 to PATH'. In the first step and second step of installation, select the functions to be installed, and pip must be installed. If you If you are not very familiar with it, you can generally choose the default for other installation steps. The second step and the third step mainly specify the installation location. It is best to choose an installation path without Chinese characters that is easy to remember. The author generally chooses to install under the root directory of the C drive. The directory of Python3.8 is C: Python38 Installation Step 3 Step 4 Start the installation. After the installation is completed, you can start using Python. Installation Step 4 The installation is completed. The following content will appear in the installation directory. The content of the installation directory will be in the start menu. The menu item for Python3.8 appears.

How to install python

Enter the python official website download page, move the mouse into [download] and a drop-down navigation bar will be displayed. Select the corresponding version according to your computer system. If it is a windows system, choose windows. If it is an Apple, choose mac.

Click Windows to enter the Windows version list page and select a version to download. Choose a path to download to your computer.

Double-click to pop up the installation interface as shown below. Remember to check "Addpython3.6topath", so that the system will automatically configure and environment variables during installation, and there is no need to manually configure it yourself. Click "installnow" to let the system install automatically.

After the installation is completed, it looks like this, but we need to check whether python is actually installed successfully; open the command prompt box and enter python. If the version information is displayed, the installation is successful.


Related links:
1. BP neural network nonlinear classification, nonlinear regression neural network
2. After vue3.0 is released, do you still need to learn 2.0? Is there a big difference between vue2.0 and 3.0?
3. Nodejs offline installation and environment configuration, java novice tutorial Offline
4. Use of vue mount globally, vue3 global mount component
5. Why should our school admit you? Why can’t we learn English well?

Guess you like

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