Installation and first use of pycharm

  • 2020-04-02 13:40:21
  • OfStack

First, preview the PyCharm interface in practice :(change the default style of PyCharm)

< img SRC = "border = 0 / / files.jb51.net/file_images/article/201406/201465143628497.jpeg? 201455143639 ">

The installation

First, download the latest pycharm 2.7.3 and install it. It can be downloaded directly from the official website.

Activation mode of PyCharm:

1, recommend to buy the legal version.

2, you can choose to try, free trial for 30 days.

3. Find activation code online:

The following activation code is from the Internet and is only used for learning and communication.

User name: parter

Key:
14203-12042010.
0000107 iq75c621p7x1sfnpjdivknx
6 zcwyoyagk3euo3ehd1mitt "2! Jny8
bff9VcTSJk7sRDLqKRVz1XGKbMqw3G


For the first time to use

1. Click Create New Project.

< img SRC = "border = 0 / / files.jb51.net/file_images/article/201406/201465143704324.jpeg? 201455143715 ">

2. Enter the project name, path, and select the python interpreter. If the python interpreter does not appear, go to step 3.

< img SRC = "border = 0 / / files.jb51.net/file_images/article/201406/201465143740757.jpeg? 201455143749 ">

3. Select the python interpreter. As you can see, once the python interpreter is added, pycharm scans for python extensions you have installed and the latest versions of those extensions. (presumably pycharm connected to pypi)

< img SRC = "border = 0 / / files.jb51.net/file_images/article/201406/201465143803988.jpeg? 201455143814 ">

4. After clicking OK, an empty project will be created, containing a folder of. Idea for pycharm project management.

5. Ok, write a new project and try pycharm!

S note:

The pyCharm style can be adjusted in: [File] -- > Settings is a suboption of the Editor under Settings.

For example, in this color scheme, I chose Dracula, as shown below:

< img SRC = "border = 0 / / files.jb51.net/file_images/article/201406/201465143830247.jpeg? 201455143840 ">


Related articles: