Download the installation package from the official website

1. The Pycharm download link: www.jetbrains.com/pycharm/dow…

The Professional version is available for a one-month trial and includes all PyCharm features. The Community edition is free, but lacks some features of the professional edition. Examples: Web development, scientific tools, Python Web Framework, Python code analysis, remote development capabilities, database and SQL support.

2. Click DownLoad and the following page will be displayed. Select the DownLoad location and click DownLoad.

Install Pycharm

1After downloading to the local PC, find the installation package and double-click it, the following window will appear. ClickNext

2If you want to change the installation path, change it here. Now select the installation directory. Note: It is not recommended to install on drive C 3Some Settings need to be made. If you have no special needs, check the box in the picture

  1. Create shortcuts
  2. Add right mouse button menu
  3. Associate all py files with PyCharm
  4. See PyCharm for the startup directory to add to the environment variable

If you have special needs, please check whether to check the Settings according to the following description:

  1. Create a shortcut: the default is based on your current system; Add the boot directory of PyCharm to the environment variable (which requires a restart), and check it if you want to use the command line to operate PyCharm.

  2. Add right mouse button menu: Use open project to open folder. If you often need to download other people’s code to view, check this option, this will add the right mouse button menu option.

  3. Associate all PY files with PyCharm: if you double-click the PY file on your computer, pyCharm will be opened by default.

4. Selected by defaultJetBrainsJust go ahead and clickInstallInstall it. Just wait for it to be installed.

5The box option means to run the PyCharm community edition now, which can be done by clicking Finish. Of course, depending on what you need, you can also selectRun PyCharm Community EditionIn the previous checkbox, click the Finish button to run the PyCharm development environment directly.

Pycharm

1Click on the desktop icon, this is user agreement, check and clickContinue

2.PyCharm shares some functions and plug-ins, hardware and software configuration information, excluding source code, personal data and other important data. So click Don’t Send

  1. Don’t Send: Do not share data

  2. Send Anonymous Statistics: Sends Anonymous Statistics and shares data anonymously

3Click Don’t Send to take you to the following page

4. Click on theCustomize, choose the background according to your preference

Create a Python project

1. After the configuration is complete, the following screen is displayed. Create a Python Project and click New Project.

2To set the project name and select the interpreter (that is, python.exe), selectPreviously configured interpreterThen click the ellipsis in the red box on the right to download python3.8Pay attention toThe Python virtual environment is used by default. If you don’t use a virtual environment, make sure to change it.

3. Locate the Python directory you installed and click OK

4. After python3.8 is installed successfully, click Create

5. Now that the project has been successfully created, the small window is the tutorial, and you don’t need to open the welcome screen every time, you can choose the Next Tip, or skip (Close).

6Close the small window because it was checked by default when we created the projectCreate a main.py welcome scriptPyCharm will create the main.py file by default. Right-click any part of the code and clickRun 'main'Run the first program to test running a Python file

I look forward to your three consecutive (likes, favorites, comments), your support is my continuous output of power, thank you.

① Interesting source code and learning experience ② tool installation package, installation video ③ than books convenient reading 300 e-books ④ professional answers to questions

Click to receive