Home  >  Article  >  Backend Development  >  What text editor to use for python

What text editor to use for python

(*-*)浩
(*-*)浩Original
2019-06-26 14:32:385629browse

Python's interactive command line writing program has the advantage that you can get the result in one go, but the disadvantage is that it cannot be saved and you have to type it again next time you want to run it.

So, when actually developing, we always use a text editor to write code. After writing, save it as a file, so that the program can be run repeatedly.

What text editor to use for python

Then the question is: Which text editor is the best? (Recommended learning: Python video tutorial)

Recommend two text editors:

Sublime Text

is a code editor (Sublime Text 2 is a paid software, but it can be tried indefinitely), and it is also an advanced text editor for HTML and prose. Sublime Text was developed by programmer Jon Skinner in January 2008. It was originally designed as a Vim with rich extension functions.

Sublime Text has a beautiful user interface and powerful features such as code thumbnails, Python plug-ins, code snippets, etc. Key bindings, menus and toolbars can also be customized. The main features of Sublime Text include: spell check, bookmarks, complete Python API, Goto function, instant project switching, multi-selection, multi-window and more. Sublime Text is a cross-platform editor that supports Windows, Linux, Mac OS X and other operating systems.

Notepad

is a set of text editors under the Windows operating system (software copyright license: GPL). It has a complete Chinese interface and supports multi-language writing. function (UTF8 technology).

Notepad is more powerful than Notepad in Windows. In addition to being used to create general plain text description files, it is also very suitable for writing computer program codes. Notepad not only has syntax highlighting, but also has a syntax folding function, and supports macros and plug-in modules that expand basic functions.

Notepad is free software and can be used for free. It comes with Chinese language and supports many computer programming languages.

Built-in support for up to 27 syntax highlights (including various common source codes and scripts, which can well support .info file viewing), and also supports custom languages;

It can automatically detect file types, display nodes according to keywords, nodes can be folded/opened freely, and indentation guide lines can also be displayed, and the code is displayed with a sense of hierarchy;

can open dual windows, in separate windows It can also open multiple sub-windows and display the ratio;

provides some useful tools, such as swapping adjacent rows, macro functions, etc...

can display the number of bytes of the selected text (Instead of the number of words displayed by the general editor, which is very convenient in some cases, such as software localization);

Regular matching strings and batch replacement;

Powerful plug-in mechanism , expanded editing capabilities such as Zen Coding.

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

The above is the detailed content of What text editor to use for python. 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