Current location - Education and Training Encyclopedia - Resume - How to install python?
How to install python?
1. First, you need to download the python installation package from python's official website. Python official website's link address: https://www.python.org.

2. Open official website, move the cursor to Download and select windows.

3.20 18 On February 28th, python released version 3.7. Choose different versions of the installation package according to different operating systems. Each version provides three download links, followed by web-based installers, executable installers and compressed files of programs. You usually choose to download an executable installer. Please select windows x86 for 32-bit operating system and windows x86-64 for 64-bit operating system.

4. Double-click to open the downloaded installation package.

5. Check Add Python 3.7 to the path, and then click Custom Install.

6. The option is the default, and then click Next.

7. The default option is to customize the installation location. Because the default installation path is too deep for us to find the installation file, we change it to a shallow and easy-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, 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.

About how to download and install python, Bian Xiao will share it with you here. If you are interested 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 website to learn.