Python Tutorial Part 1: Download and Install Python

thumbnail

Python is a popular general-purpose programming language. It is easy to learn, easy to use, and has a broad "money" scene.

In web crawling, data mining analysis, artificial intelligence, operation and maintenance, and daily work efficiency improvement, there is no shadow of Python.

Therefore, today I will share with you the download and installation tutorial of Python.

Step 1: Download the latest version of Python

Python official website: http://www.python.org

After entering the official website, select the appropriate version according to the computer system to download and install. As of now, python-3.10.2 is the latest version of Python (this version is not available for Windows 7 systems and earlier systems, and friends of Windows 7 systems can choose to download python-3.8.10 ).

Step 2: Python detailed installation tutorial

Install Python just like we install other applications.

  1. Double-click the downloaded installation package, and the following installation interface appears.

Special Note: Be sure to check "Add Python 3.10 to PATH". The purpose of the check is to add the Python installation path to the system path. When executing the CMD command, python.exe will be called after entering Python. If it is not checked, an error will be reported when entering python under CMD.

  1. Click "Install Now" to install.

  1. The whole installation process will last for a few minutes, just wait quietly.

  2. When the following "Setup was succ essful" appears on the interface, click the "Close" button to complete the installation.

Through the above steps, Python should be installed on our computer.

Next, press the Windows+R key, enter cmd and enter the DOS command interface, and then enter "python" to verify whether the installation is really successful. If the interface shown in the figure below pops up, the installation is successful.

At this point, the Python installation is done. It's very simple, right, just like when we install QQ and WeChat.

Welcome to scan the code and join the group to discuss and learn together

A day to gain knowledge

To answer more questions for you! !

In addition, we will bring you a wave of Chinese New Year benefits, including courses such as Word, Excel, PS, and C4D. 1 yuan spike, the number is small, while stocks last.

6 sets of courses, all are 1 yuan for a limited time, and permanent learning. Just scan the QR code of the poster below and enter the course page to snap up. If you have any questions, please add the teacher's WeChat: blwjymx for consultation.

If you find the article useful, please light up "I'm reading"~

Latest Programming News and Information | GeekBar

Related Posts