PyCharm installation tutorial (combination of graphics and text, super detailed, must-see for beginners)

PyCharm installation tutorial (combination of graphics and text, super detailed, must-see for beginners)

1. Python development environment

PyCharm Integrated Development Tool (IDE) is the most frequently used tool software by Python developers around the world .

The vast majority of Python programs are developed within the PyCharm tool.

This article is based on the description of the PyCharm software tool and teaches you how to install PyCharm.

2. Open the website, download and install

URL: Click me to jump to the website , the interface is as follows:
insert image description here

The official website comes with a Chinese version. We choose the Chinese version
insert image description here
and choose the developer—find pyCharm—and click the download button
insert image description here
insert image description here
to enter the optional page. We choose the community version (enough for daily learning), and the development version is charged (but the function is more powerful. Oh), we click the download button, and we can install it after the download is complete
insert image description here

3. Install PyCharm

insert image description here
insert image description here
Choose the installation path by yourself. Here I choose the D drive
insert image description here
to check all the following options, and click Next.
insert image description here
insert image description here

waiting to install

insert image description here
Click finish, you can see the software on the desktop
insert image description here
insert image description here

Fourth, configure environment variables

Python官网:https://www.python.org/

insert image description here
insert image description here
insert image description here
insert image description here

5. Open the software and run the first program

insert image description here
Choose to create a new project—name it randomly
insert image description here
insert image description here

insert image description here
insert image description here
After clicking Create, the system will pop up a pop-up box asking if you want to download some pre-ordered share, we choose to always download, which can improve the running speed of PyCharm software.
insert image description here
insert image description here

insert image description here

6. Change the theme of the software

insert image description here
There are several themes to choose from, just choose the one you like

insert image description here

7. Sinicization (Personally, I do not recommend Sinicization. Here I will show you the Sinicization plug-in)

insert image description here

insert image description here

After installation, remember to restart PyCharm to complete the Chineseization.

insert image description here

8. Auto-completion code plug-in (YYDS)

insert image description here
Remember to restart the software after installation to take effect!

insert image description here

Automatically complete the code, wow, it's really silky smooth! !

insert image description here

Seven, set the background image

insert image description here
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/m0_46374969/article/details/131292897