Home > Article > Backend Development > What software is used to write python?
Now, the python language can be said to be one of the very hot languages. Many people have started to learn python. Now I will tell you what software is used to write python.
Python development software can be divided into two types according to its use. One is the Python code editor and the other is the Python integrated development tool. The two can be used together. Greatly improve the programming efficiency of Python developers, the following are several commonly used Python code editors and Python integrated development tools.
1. Python code editor
1. Sublime Text
Sublime Text is a very popular code editor It supports Python code editing and is compatible with all platforms. Its rich plug-ins extend the syntax and editing functions. It is fast and compact, has good compatibility, and is very popular among programmers!
2. Vim
Vim and Vi are model editors that separate text viewing from text editing. VIM has done a lot on top of the original VI. With improvements, including extensible models and in-place code building, VIMScripts can be used for a variety of Python development tasks!
3. Visual Studio Code
Python development software can be divided into two types according to its purpose, one is Python code editor and the other is Python integrated development Tools, the combined use of the two can greatly improve the programming efficiency of Python developers. The following are several commonly used Python code editors and Python integrated development tools.
Visual Studio Code is a full-featured code editor compatible with Linux, Mac OS X and Windows platforms. It is extensible and can be configured for almost all tasks. Support for Python can be installed in Visual Studio Code Plug-ins can be successfully installed with just a quick click of a button, and Python installations and libraries are automatically recognized.
2. Python Integrated Development Environment
1. PyCharm
PyCharm is the only comprehensive development environment specifically for Python The functional integrated development environment also has a paid version and a free open source version. PyCharm supports quick installation and use in Windows, Mac OS X systems, and Linux systems.
PyCharm directly supports the Python development environment. You can open a new file and start writing code. You can also run and debug Python programs directly in PyCharm. It also supports source code management and projects, and it has many conveniences. And support community, you can quickly learn to use it!
2. Eclipse PyDev
PyDev is a plug-in for the Eclipse integrated development environment, supporting Python debugging, code completion and interactive Python console, etc. in Eclipse Installing PyDev is very convenient. Just select "Help" from Eclipse, click "Eclipse Marketplace" and then search for PyDev, click Install, and restart Eclipse when necessary. For experienced Eclipse developers, PyDev can be easily used!
3. Visual Studio
Visual Studio is a full-featured integrated development platform that provides free and paid versions, and can support the development of various platforms, and Comes with its own extension market. Python programming can be performed in Visual Studio, and Python IntelliSense, debugging and other tools are supported. It is worth noting that Visual Studio does not support the Linux platform!
The above is the detailed content of What software is used to write python?. For more information, please follow other related articles on the PHP Chinese website!