Python’s IDE (PyCharm 1) Integrated Development Environment (IDE) — The IDE integrates most of the tools needed to develop software. The following tools are generally included:

GUI Code Editor (code completion/auto indentation supported) Compiler/Interpreter Debugger (breakpoint/step)…

PyCharm is an excellent integrated development environment for Python. PyCharm has the necessary features of a common IDE. PyCharm can also be used under Windows, Linux, and MacOS. PyCharm is ideal for developing large projects. A project typically contains many source files, each of which performs a complex business function in its own right

We’ll all use PyCharm for programming demonstrations, but let’s take a look at some common sense of how PyCharm works.

PyCharm creates a Python project

Create some configuration for your Python project

Create a Python project wizard

That’s all for creating a Python project, and we’ll use PyCharm to open the Python-Basic games directory we created earlier.

The PyCharm window is introduced

To Run a Python program, right-click on a pop-up menu item in the code edit area and click Run, or use the Shift + F10 shortcut key. You can then click the Run Python IDE — PyCharm 1) Integrated Development Environment (IDE) — which integrates most of the tools you need to develop your software. The following tools are generally included:

GUI Code Editor (code completion/auto indentation supported) Compiler/Interpreter Debugger (breakpoint/step)…

PyCharm is an excellent integrated development environment for Python. PyCharm has the necessary features of a common IDE. PyCharm can also be used under Windows, Linux, and MacOS. PyCharm is ideal for developing large projects. A project typically contains many source files, each of which performs a complex business function in its own right

We’ll all use PyCharm for programming demonstrations, but let’s take a look at some common sense of how PyCharm works.

PyCharm creates a Python project

Create some configuration for your Python project

Create a Python project wizard

That’s all for creating a Python project, and we’ll use PyCharm to open the python-basic mobile game directory we created earlier.

The PyCharm window is introduced

To Run a Python program, right-click on a pop-up menu item in the code edit area and click Run, or use the Shift + F10 shortcut key, and then click the Run button.

To create a New Python file, right-click in the current project directory, python-basic, and select new-> Python file

Creating Python Files

Because PyCharm is in English, it may be difficult for those who are not good at English to use PyCharm. Don’t be afraid to use PyCharm step by step. You will get familiar with it slowly. But remember some commonly used Settings, other Settings you think of and then go to Baidu search.

Click File-> Settings on the PyCharm menu bar to enter the PyCharm configuration screen and go to the http://www.diuxie.com Appearance option

PyCharm topic Settings

Click File-> Settings on the PyCharm menu bar to enter the PyCharm configuration screen and then go to the Font under the Editor option

PyCharm sets the file font configuration

To set up the Python interpreter for your project, go to the PyCharm configuration screen as usual.

This can be done in the menu bar File-> Settings… Go in and select Project: Python Interpreter under the Project name option. You can also go to the Python Interpreter Settings by clicking on the word Python in the lower right corner of PyCharm and selecting Interpreter Setttings

Project Python interpreter Settings

There is a + button to the right of the library/package downloaded by the interpreter to add a new Python library/package to the current interpreter.

File -> Settings… Go to the Editor configuration option and set it as follows

Set up Python files, code templates

.

To create a New Python file, right-click in the current project directory, python-basic, and select new-> Python file

Creating Python Files

Because PyCharm is in English, it may be difficult for those who are not good at English to use PyCharm. Don’t be afraid to use PyCharm step by step. You will get familiar with it slowly. But remember some commonly used Settings, other Settings you think of and then go to Baidu search.

Click File-> Settings on the PyCharm menu bar to enter the PyCharm configuration screen and go to the www.sangpi.com Appearance option

PyCharm topic Settings

Click File-> Settings on the PyCharm menu bar to enter the PyCharm configuration screen and then go to the Font under the Editor option

PyCharm sets the file font configuration

To set up the Python interpreter for your project, go to the PyCharm configuration screen as usual.

This can be done in the menu bar File-> Settings… Go in and select Project: Python Interpreter under the Project name option. You can also go to the Python Interpreter Settings by clicking on the word Python in the lower right corner of PyCharm and selecting Interpreter Setttings

Project Python interpreter Settings

There is a + button to the right of the library/package downloaded by the interpreter to add a new Python library/package to the current interpreter.

File -> Settings… Go to the Editor configuration option and set it as follows

Set up Python files, code templates