Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Skills of using Pycharm tools

2025-02-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article shows you the skills of using Pycharm tools, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Version 0 1 selection?

Pycharm is divided into Community (Community Edition) and Professional (Professional Edition). The comparison between the two versions is as follows:

Although the community version can be used for free, it has fewer features than the professional version. Mainly lack of some Web development related components, database support and so on. In addition, the Scientific tools function is actually pre-installed with Matplotlib and NumPy libraries in Pycharm, as well as built-in support for Jupiter Notebook.

As a Python developer, I prefer to use the professional version.

0 2 beautiful interface

The editing interface we see on Pycharm's official website is so cool and extremely stylish.

However, after we install Pycharm, we will find that things are not that simple, there is a feeling of being cheated. The reason is that Pycharm default theme (Theme), other built-in theme effect is also general. This requires that the colors can be configured according to your personal preference style, or by installing some themes.

Here we recommend a commonly used UI theme, Material Theme UI. You can install it by selecting "Browse Repositories" in the Pycharm tool-> Plugins.

The effect is as follows:

After using the Material Theme UI theme, do you feel the urge to write code to see this effect?

If you want another style, you can download it from the color-themes website, which has many styles that mimic other editors, such as Sublime Text2, Monokai, etc.

0 3 plug-in efficiently

I am happy to toss around with "Don't toss, Dead Star" with a lot of Pycharm plug-ins, these plug-ins can bring us a better programming experience.

CodeGlance

When there are too many lines of code in the file, it is too hard to use the mouse to preview the code, and it is not convenient to locate the code snippet. With this code preview plug-in, you will have a "panoramic view of the surrounding short mountains" and a panoramic view of the code.

Markdown Navigator

Code comments are necessary to facilitate subsequent understanding and reading. For some process operations and instructions, you may need to use README.md files to explain. So you need a plug-in that can instantly preview the effects of the Markdown language. Markdown Navigator is a good preview plug-in, which is officially produced by JetBrains.

The above content is the skills of using Pycharm tools. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report