How to install Python, super detailed, zero-based must-see

How to download and install Python? (Take win7 64-bit system as an example)

First, go to the python official website through this link,

Welcome to Python.org​www.python.org/Uploading...Reupload canceled

Or, open Baidu, search for "python", and the one marked with "official website" should be

Whether the system is 32-bit or 64-bit, it is recommended to download 32-bit Python

Double click this icon

If the installation fails and the message "Unspecified error 0x80072efd" is displayed, the connection to the server fails. Just uncheck "Download debugging sysmbols" and "Download debug binaries".

After the progress bar ends, click close to exit the installation.

Next, check whether the installation is successful, start menu - cmd - enter.

Enter python and press Enter. As shown in the figure, the installation is successful.


4. Why install PyCharm?

Maybe the friends will be very strange, since Python is installed, why install PyCharm? What is PyCharm used for?

First of all, we must clarify a concept, programming environment = SDK + IDE.

SDK (Software Development Kit) is the library that we reference when writing code, such as .Net class library.

IDE (Integrated Development Environment) is a tool like an editor where we write code, such as Visual Studio.

The IDE that comes with Python is IDLE, which is not very convenient to use, so we will change it to a more convenient IDE, and the most widely used one is PyCharm.


5. How to install PyCharm?

Enter the PyCharm official website,

https://www.jetbrains.com/pycharm/​www.jetbrains.com/pycharm/

Or the one marked with "official website" in Baidu "PyCharm".

Download the community edition to your local

Double click to open

In this step, select "32-bit launcheer" or "64-bit launcher" according to whether the system is 32-bit or 64-bit, and the other steps can be directly next.

Open PyCharm and set it up.

In addition, you can also set fonts, etc., because it is not necessary, so I won't go into details.

At this point, the programming environment of Python+PyCharm is set up, and you can finally type code happily.


Finally Amway a textbook

For students with zero programming skills, if you find it difficult to understand reading books, you can pay attention to "Nocturne Programming" to get free tutorials . This platform is owned by Baicizhan and is very strong in online teaching. The course is a card-based teaching, which is convenient to use the fragmented time to enrich and improve yourself. The content starts from the most basic concepts and key points, and explains the profound things in simple language, which is very suitable for students with zero basic knowledge.

Here I would like to recommend the Python learning Q group I built by myself: 831804576. Everyone in the group is learning Python. If you want to learn or are learning Python, you are welcome to join. Everyone is a software development party and shares dry goods from time to time ( Only related to Python software development),
including a copy of the latest Python advanced materials and zero-based teaching in 2022 that I have compiled by myself. Welcome to advanced and interested partners in Python!
 

Guess you like

Origin blog.csdn.net/BYGFJ/article/details/124289535