Play PyCharm together! PyCharm common settings

This article will introduce some common settings of PyCharm, please follow me to have fun with PyCharm! Each setting has a corresponding screenshot.

PyCharm is very powerful. I only use a small part of it in my own work, and I found some basic tutorials on the Internet. It turns out that the best learning materials are in Docs&Demos on the official website. There are some small videos that introduce the various uses of PyCharm very comprehensively. If you are interested, you can watch it, and you can ignore this article.

  1. Set PyCharm Appearance

After PyCharm is installed, the default appearance is IntelliJ with a white background. Select Dracula to turn it into a black background, and then select Apply and OK to take effect. As shown in Figure 3.

  1. Add Toolbar and Tool Buttons

  1. Using Terminal in PyCharm In
    PyCharm, you can call the terminal of the machine where you installed PyCharm. For example, on the windows platform, typing commands in PyCharm is much easier to use than cmd.

  1. Using Python Console in PyCharm
    In the figure below, select Python Console, and you can type commands immediately, which is very convenient. For example, I want to verify whether the requests library is installed, and the following shows that it is not installed.

  1. open an existing project

Enter the directory where your project is located in the green box below, and you can open and manage existing projects.

  1. Change Python running version

When there are multiple Python versions in your system, for example, the Python version you selected at the beginning to create a project is 3.4, and now you want to change it to 2.7 to run on it, just select the corresponding version according to the green box in Figure 9.

  1. Display the line count of a Python file

  1. The function of displaying the History of a Python file
    is quite useful. You can view or compare the history of a certain piece of code in a certain file.

Digression

In this first year of fast-growing technology, programming is like a ticket to a world of infinite possibilities for many people. In the star lineup of programming languages, Python is like the leading superstar. With its concise and easy-to-understand syntax and powerful functions, it stands out and becomes one of the most popular programming languages ​​in the world.


The rapid rise of Python is extremely beneficial to the entire industry , but " 人红是非多" has caused it to add a lot of criticism, but it still cannot stop its hot development momentum.

Will Python remain relevant and intact for the rest of the next decade? Today, we're going to analyze the facts and dispel some misconceptions.

If you are interested in Python and want to get a higher salary by learning Python, then the following set of Python learning materials must be useful to you!

Materials include: Python installation package + activation code, Python web development, Python crawler, Python data analysis, artificial intelligence, machine learning and other learning tutorials. Even beginners with 0 basics can understand and understand. Follow the tutorial and take you to learn Python systematically from zero basics!

1. Learning routes in all directions of Python

The route of all directions in Python is to organize the commonly used technical points of Python to form a summary of knowledge points in various fields. Its usefulness lies in that you can find corresponding learning resources according to the above knowledge points to ensure that you learn more comprehensively.
insert image description here
2. Python learning software

If a worker wants to do a good job, he must first sharpen his tools. The commonly used development software for learning Python is here!
insert image description here
3. Python introductory learning video

There are also many learning videos suitable for getting started with 0 basics. With these videos, you can easily get started with Python~insert image description here

4. Python exercises

After each video lesson, there are corresponding practice questions, you can test the learning results haha!
insert image description here

Five, Python actual combat case

Optical theory is useless. You have to learn to type codes along with it, and then you can apply what you have learned in practice. At this time, you can learn from some practical cases. This information is also included~insert image description here

6. Python interview materials

After we have learned Python, we can go out and find a job with the skills! The following interview questions are all from first-line Internet companies such as Alibaba, Tencent, and Byte, and some Alibaba bosses have given authoritative answers. After reading this set of interview materials, I believe everyone can find a satisfactory job.
insert image description here
insert image description here
7. Information collection

The full set of learning materials for the above-mentioned full version of Python has been uploaded to the CSDN official website. Those who need it can scan the QR code of the CSDN official certification below on WeChat to receive it for free.

Guess you like

Origin blog.csdn.net/pythonhy/article/details/132364500