Pycharm is known to be used in professional Python development for large projects (both systematic and in-depth Python learning). Therefore, installing and configuring Pycharm is a prerequisite for learning and developing Python, so I lead you to quickly install and configure Pycharm.

Note: The default installation instructions use the Win10 operating system, download PyCharm2019. x version as an example, for detailed explanation.

Step 1: Log in to Pycharm (Pycharm 2019.2X 64)

Log in https://www.jetbrains.com interface is as follows:

Step 2: Download PyCharm2019 version:

Click Tools aPyCharm on the website.

 

On the PyCharm main screen, click the “DOWNLOAD” button to DOWNLOAD the installation file. (As shown above)

 

As shown above, click on “Download PyCharm” “Professional” on the bottom left “Pro button. (note: The professional version contrasts with “Community” Community edition is more complete and powerful.

 

In the dialog box that pops up, click save File.

Step 3: Install PyCharm2019

Click on the downloaded PyCharm installation file, double-click to install, and the installation interface as shown in the figure above will pop up.

Choose the installation path page in Choose Install Location. We can use the default path, but I recommend you choose a non-C drive custom path. (for example, the path of disk D in the figure above), select “Browse”, select the installation path, and click “Next” for the Next installation.

 

 

In Installation Options, it is recommended that you select all Options. Click the “Next” Next button.

 

Completing PyCharm Setup The software has been installed, click “Finish”.

Step 4: Start the PyCharm software

After downloading PyCharm and installing it, you need to restart your PC for the next step. After starting the software again, click on the “Evaluate for Free” free trial in the activation window, and then create an empty project to officially enter pyCharm’s working page.

Start PyCharm…

In “Import PyCharm Settings From… Where to import the PyCharm setting. First installation, we choose

“Do not import Settings” Do not import Settings, click the “OK” button.

In the PyCharm User Agreement, Check the bottom left box “I Confirm that I have read and accept the terms of this User Agreement” and click “Continue” to Continue.

For example, “Data Sharing”, we usually choose “Don’t send” button. (Not sent)

In the “Customize Pycharm” interface above, there is a dark UI theme on the left and a light UI theme on the right. My rule of thumb is that if you are learning Python systematically and for a long time, I recommend choosing the default option “Darcula” on the left to protect your eyes. If you are learning Python for a short time and prefer bright colors, you can choose “Light” on the right. After making the selection, click to Skip Remaining and Set Defaults.

Select the license activation product: Select the Evaluate For Free option and click the Evaluate button.

Start the PyCharm software.

Click “Pure Python” in the upper left corner, default unchanged, and click the “Create” button in the lower right corner. Enter the main screen of the Pycharm editor.

Congratulations: Pycharm has been installed on your system, so write Hello World!

The majority of small partners, any technical problems and ideas in the installation process can leave a message at any time.

CSDN Course Center:Edu.csdn.net/lecturer/13…