Home  >  Article  >  Backend Development  >  What are the python compilers?

What are the python compilers?

anonymity
anonymityOriginal
2019-06-18 10:27:0826695browse

Here we will introduce the more mainstream Python editors on the market for reference. You must know that the one that suits you is the best.

What are the python compilers?

1. Sublime Text

Sublime Text is more suitable for Python novices. Sublime Text supports cross-platform and can use its rich plug-ins and themes. With various syntax highlighting and code completion, the overall look is quite comfortable, and the theme is not difficult to configure.

2. IDLE

If you are on a Windows system, you can use IDLE. It is an editor that comes with Pyhton, so you can also use it to play around with at the beginning. IDLE has a syntax highlighting function and also allows you to use IDLE in IDLE. Run your program in . It will handle many things for you automatically. Such as debugging or something.

3. VIM

Vim is a powerful editor, if you If you are proficient in using Vim, you can completely break away from the mouse, and your hands on the keyboard will be as refreshing as playing the piano. However, Vim requires a certain learning cost and takes time to study the use of various shortcut commands and plug-ins, but from now on In the long run, this will be of great benefit.

4. PyCharm

If you have used Intelij If you have IDEA, you will probably not be able to put it down, and this PyCharm is also from the same company and will be very easy to use. Now many companies, such as Twitter, Groupon, Spotify, eBay and Telefonica, etc. are using PyCharm. However, you need to spend money to use its professional version.

5. Emacs

Emacs is also very popular in the python development community. It is an open source editor that supports plug-in extensions and can configure a python integrated development environment. Emacs is not just an editor, it is an integrated environment, which can be said to be an Integrated Development Environment.

ok, I recommend these popular editors on the market. Of course, there are other editors. The one that suits you is the best. It is easy to use without embarrassment. It’s so cool~

Here’s some advice: Newbies can start using IDLE and Sublime Text first. Vim is a powerful editor, so take some time to study it.

The above is the detailed content of What are the python compilers?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn