What do you use to write code in python?

(*-*)浩
Release: 2019-07-04 11:53:26
Original
4463 people have browsed it

Hello Pythoners! In this irritable era, gathering together is fate. I am glad that all Pythoners can gather here. I hope that we can go on together and use Python to do some interesting and meaningful things.

What do you use to write code in python?

When we use Python to program, we also need an awesome weapon to write our code - an editor! (Recommended learning: Python video tutorial)

Here I would like to tell you about the more mainstream Python editors on the market for your reference. You must know that the one that suits you is the best.

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.

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 with at the beginning. IDLE has syntax highlighting and also allows you to run your program in IDLE. It will handle many things for you automatically. Such as debugging or something.

VIM

Vim is a powerful editor. If you are proficient in using Vim, you can completely get rid of the mouse and use your hands on the keyboard like playing the piano. It's so refreshing, but Vim requires a certain learning cost, and it takes some time to study the use of various shortcut commands and plug-ins, but in the long run, this will be of great benefit.

PyCharm

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

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’s fun to use it smoothly and not be awkward~

Here is some advice: Newbies can start using IDLE and Sublime Text first. Vim is a powerful editor. Take some time to study it. Believe me, you will really benefit a lot.

For more Python related technical articles, please visit the Python Tutorial column to learn!

The above is the detailed content of What do you use to write code in python?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!