Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Follow 👆 the public account and reply with "python" to receive a zero-based tutorial! Source from the internet, please delete if infringing.

Attached are the installation package + tutorial

The most detailed Python installation tutorial

[Tutorial collection method at the end of the article!!]

[Tutorial collection method at the end of the article!!]

1. Go to the official Python website to download the latest version of Python

https://www.python.org/downloads/

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Select the latest Python 3.10.5, download the 64-bit version

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

👉 Big gift 🎁: Free sharing of Python installation package activation code (reply “python” in the card below, feel free to click) 👈

2. After downloading, proceed with the installation

1. Double-click Python-3.10.5-amd64.exe

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

2. Select Customize installation for a custom installation path, remember to check the two options below

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

3. If this page appears, the installation is successful

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

3. Run Python

1. Press Win+R to open the console, enter Python

At this time, a small episode occurs: running python in cmd pops up the Windows Store because: Microsoft's environment variable priority is higher than Python's environment variable. The solution: 1. Modify the environment variable priority (a bit troublesome) 2. Search in the Win10 menu for [Manage App Execution Aliases] and turn off the three buttons below [App Installer] (this method is effective, highly recommended!)

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

If the following image appears, the installation has failed

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

If the following image appears, the installation is successful

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

At this time, you are in the Python interactive environment, enter any Python code and press enter to get the corresponding execution result. To exit, type exit() + enter.

2. Configure the Python environment variable

The Windows operating system looks for python.exe based on the corresponding path set in the Path environment variable. If it is not found, an error will occur. If you forgot to check Add Python 3.10.5 to PATH during installation, you need to manually add the path where python.exe is located to the Path.

PS: The failure in step 1 is generally caused by not configuring the environment variable.

Right-click My Computer -> select Properties -> select Advanced System Settings -> select Environment Variables at the bottom right

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

The environment variables mainly include user variables and system variables, and the environment variables to be set are in these two variables

User variables allow downloaded programs to be used in the cmd command by writing the absolute path of the program into the user variables

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Thus, Python has been successfully installed!! However, to further use Python, a development tool is essential.

👉 Big gift 🎁: Free sharing of Python installation package activation code (reply “python” in the card below, feel free to click) 👈

4. Install PyCharm development tool

1. Go to the PyCharm official website

https://www.jetbrains.com/pycharm/download/#section=windows

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

2. Install PyCharm

Modify the path as necessary

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Check all options

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Installation is complete!

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

5. Activate the PyCharm Professional Edition

1. Activate using an educational email

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

2. Create a new project

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Thus, the Python installation tutorial is completely introduced, feel free to like and bookmark~~

Here I share a complete set of Python learning materials, including learning routes, software, source code, videos, interview questions, etc., all organized during my own learning, hoping to help friends who are learning or want to learn Python!

Big gift: The most comprehensive “Complete Python Learning Materials” free sharing 🎁

1️⃣ Zero-based entry

① Learning route

For students who have never been exposed to Python, we have prepared a detailed learning growth roadmap. It can be said to be the most scientific and systematic learning route, you can find corresponding learning resources according to the knowledge points above, ensuring a more comprehensive learning experience.

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

② Learning videos corresponding to the route

There are many learning videos suitable for zero-based entry, with these videos, you can easily get started with Python~

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

③ Exercise questions

After each video lesson, there are corresponding exercise questions to test your learning results haha!

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Due to space limitations, only part of the materials are displayed

2️⃣ Domestic and international Python books and documents

① Document and book materials

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

3️⃣ Python toolkits + project source code collection

① Python toolkits

All commonly used development software for learning Python is here! Each comes with a detailed installation tutorial to ensure you can install successfully!

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

② Python practical case

Theoretical knowledge is useless; you need to learn to code along and practice hands-on to apply what you have learned. At this time, you can work on practical cases. 100+ practical case source codes are waiting for you!

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

③ Python game source code

If you find the above practical cases a bit dull, you can try writing a game using Python to add some fun to your learning process!

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

4️⃣ Python interview questions

After learning Python, you can go out to find a job! The following interview questions come from first-tier internet companies like Alibaba, Tencent, and ByteDance, with authoritative answers provided by Alibaba experts. After brushing through this set of interview materials, I believe everyone can find a satisfactory job.

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

5️⃣ Python part-time job channels

Moreover, after learning Python, you can take orders on various part-time platforms to earn money. I have organized various part-time channels, precautions, and how to communicate with clients into documents.

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Step-by-Step Guide to Install Python: 2024 Detailed Tutorial

Collection method:
  1. Like + See Again

  2. Reply in the public account: “python”

Receive the latest 2024 zero-based Python learning materials,reply in the background:Python

Leave a Comment