Download and installation of Python environment

python download

Python official website

Official website address: https://www.python.org/
Click me to jump to python official website
Python official website

python download

Follow the steps in the figure to operate
download python

python installation

  1. Find the downloaded installation package, double-click to open
    Installation package

  2. Be sure to check Add python.exe to PATH, then click Custom Installation
    Operate according to the picture

  3. The page is selected by default, click Next
    Just click next

  4. Click Browse to replace the installation path of python, and then click Install
    change path

  5. Start installing python
    start installation

  6. Click to turn off the path length limit
    Turn off path length limit

  7. You're done, the installation is complete
    The installation is complete

Verify that the python environment is installed

  1. Press and hold the win + R keys on the keyboard at the same time , enter cmd in the input box , and click OK (or find the command prompt in the start menu and open it directly)open cmd
  2. A command prompt black window pops up, enter python in the black window , and press Enter, the installation is successful as shown in the figure below.
    • Show python version number
    • The >>> below means that you have entered the python environment
      Verification successful

So far, python has been successfully installed, let's start your python journey!

Guess you like

Origin blog.csdn.net/qq_33999977/article/details/128207724