PyCharm Practical Installation Tutorial

PyCharm

PyCharm is a Python IDE (Integrated Development Environment, integrated development environment), with a set of tools that can help users improve their efficiency when developing in the Python language, such as debugging, syntax highlighting, project management, code jumping, smart prompts , autocompletion, unit testing, version control. In addition, the IDE provides advanced features for supporting professional web development under the Django framework.

PyCharm official website download address https://www.jetbrains.com/pycharm/

1. Download

1. Like IntelliJ IDEA, Pycharm has a flagship version and a community version. The difference is that the flagship version is paid and has all functions, while the community version has only a small part of functions, does not support code prompts other than python, and is free. If you are a student, then I suggest you download the ultimate version, because jetbrains student certification can be used for free, other needs to be downloaded according to your own situation

For free tutorials for students, please see the JetBrains section later in this article

insert image description here
insert image description here
Students are recommended to download the professional version, student certification can apply for free use

2. Installation
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

Can be used normally

insert image description here
2. Download the Chinese plug-in
IntellIJ IDEA and PyCharm are both products of JetBrains, and the functional framework is roughly the same. The following refers to how to install the Chinese plug-in
insert image description here
insert image description here
insert image description here
insert image description here

insert image description here
3. Change the theme
PyCharm is the same as IntellIJ IDEA, you can change the theme style
insert image description here
insert image description here

You can switch styles
insert image description here
4. My first python program
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_52115456/article/details/127643770