[Python Installation] Do you really know how to set up a Python environment and install the Pycharm compiler? Zero-based entry-level teaching | Comes with software installation package

Preface

Good evening, steamed buns
When many newbies first come into contact with the Python language, most of them do not know how to install software
Nor Know where to download the software or how to install it
Today, the editor will arrange a wave for you
to teach you how to install the Python environment and the pycharm compiler step by step.
Without further ado, let’s get started! !

Related documents

Follow the editor and send a private message to the editor to get it!
Of course, don’t forget a three-piece suit~~

Python environment setup

1. Python software download

Download address Python official website

https://www.python.org/

Insert image description here

Click downloads to download. I would like to remind you not to install the latest version. It is recommended that you use Python3.8 or Python3.9 version. It is relatively stable and suitable for novices to learn and use.

Insert image description here

Insert image description here

2. Python software installation tutorial

Because the official Python website is from abroad, the download speed will be a little bit slower. So for everyone’s convenience, the editor has prepared a complete set of our Python installation software for everyone. If you need it, you can pick it up voluntarily.

Insert image description here

First double-click our installation package to start installing the Python software. For the convenience of demonstration, the Python3.11.1 version is used. The installation steps are the same for all environments. Click Run to start the installation
Insert image description here
Remember to check all the boxes here, don’t ask why, because I like to do unnecessary things

Insert image description here

This is the default installation path, which is what we call the C drive. As long as you don’t mind the C drive becoming popular, you can click to install it directly.

Insert image description here
Here is the custom installation path, that is, we can randomly select the path we want to install

Insert image description here
Here are the paths we can choose

Insert image description here

Everyone must pay attention to check all the places that need to be checked.

Insert image description here
Finally click install and wait for the installation to be successful.

Insert image description here
If we want to check whether the installation is successful, we can use win+R to open the run window
Then enter cmd to open the command window
Finally enter Python and press Enter Just fine

Insert image description here
Insert image description here
If the content in the red box in the picture appears, it proves that your software has been installed successfully.

Insert image description here

Installation of Pycharm compiler

1. Pycharm compiler download

Download address Pycharm official website

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

Insert image description here

2. Pycharm compiler installation

First double click to install

Insert image description here
Then click next

Insert image description here
Remember to check here

Insert image description here

Select the path we need to install

Insert image description here
Select √ for everything here
Insert image description here
Finally just select install
Insert image description here

Summarize

In fact, the installation process is very simple, just install and use it directly. If there are friends who don’t know how to install the software or encounter any difficulties, you can directly find the editor in the background to help you answer it.

Insert image description here

Guess you like

Origin blog.csdn.net/Gtieguo/article/details/130513188
Recommended