, a must-see for beginners! Super detailed python installation tutorial (windows)

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

In web crawlers, data mining analysis, artificial intelligence, operation and maintenance, and daily work efficiency improvement, Python is everywhere.

Therefore, today I would like to share with you the tutorial for downloading and installing 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 to download and install according to your computer system. 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. 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 application software.

1) Double-click the downloaded installation package, and the following installation interface will appear.
**Special Note:** Be sure to check "Add Python 3.10 to PATH". The purpose of checking is to add the Python installation path to the system path. When executing the CMD command in the future, After typing Python, python.exe is called. If not checked, an error will be reported when python is entered under CMD.

2) Click "Install Now" to install.

3) The entire installation process will take a few minutes, just wait patiently.

4) When the following "Setup was successful" 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 keys, enter cmd to enter the DOS command interface, and then enter "python" to verify whether the installation is actually successful. If the interface shown in the figure below pops up, the installation is successful.

Now the Python installation is completed. It is very simple, right, just like we installed QQ and WeChat.
Today, the editor will also share with you a Python learning material and open class. The contents are all notes and materials suitable for beginners with zero basic knowledge. You can understand and understand even if you don’t know programming. . If you need it, just scroll to the end of the article to get it for free, let’s learn together! Insert image description here

1. Learning routes in all directions of Python

The Python all-direction route is to organize the commonly used technical points of Python to form a summary of knowledge points in various fields. Its usefulness is that you can find corresponding learning resources according to the above knowledge points to ensure that you learn more comprehensively.

2. Learning software

If a worker wants to do his job well, he must first sharpen his tools. The commonly used development software for learning Python is here, saving everyone a lot of time.

3. A full set of PDF e-books

The advantage of books is that they are authoritative and have a sound system. When you first start learning, you can just watch videos or listen to someone’s lectures. But after you finish learning, you feel that you have mastered it. At this time, it is recommended that you still read the books. Authoritative technical books are also the must-have for every programmer.

Insert image description here

4. Introductory learning video

When we watch videos to learn, we cannot just move our eyes and brains but not our hands. The more scientific learning method is to use them after understanding. At this time, hands-on projects are very suitable.

4. Practical cases

Optical theory is useless. You must learn to follow along and practice it in order to apply what you have learned to practice. At this time, you can learn from some practical cases.

5. "Read Comics and Learn Python" produced by Tsinghua University Programming Master

Use easy-to-understand comics to teach you to learn Python, making it easier for you to remember and not boring.

Insert image description here
Supporting 600 episodes of video:

Insert image description here

6. Interview materials

We must learn Python to find a high-paying job. The following interview questions are the latest interview materials from first-tier Internet companies such as Alibaba, Tencent, Byte, etc., and Alibaba bosses have given authoritative answers. After finishing this set I believe everyone can find a satisfactory job based on the interview information.



This complete version of the complete set of Python learning materials has been uploaded to the CSDN official. If you need it, you can click on the CSDN official certification WeChat business card below to get it for free↓↓↓[ \[保证100%免费]

Guess you like

Origin blog.csdn.net/2301_78096295/article/details/130888178