Home  >  Article  >  Backend Development  >  Getting Started with Python: Python Environment Building (IDE) Tool

Getting Started with Python: Python Environment Building (IDE) Tool

little bottle
little bottleOriginal
2019-04-03 18:02:412501browse

The learning process of Python is indispensable with Python environment development tools. These Python development tools can help developers improve the efficiency of Python development. An efficient code editor or IDE should provide plug-ins, tools and other features that can help developers develop efficiently. Let’s follow the editor to learn about some popular Python environment development tools.

Getting Started with Python: Python Environment Building (IDE) Tool

1. VIM

VIM is a very advanced text editor that is very popular in the python developer community. It is an open source software and follows the GPL license, so you can use it for free.

Although VIM is the best text editor, it provides no less functionality than this. After correct configuration, it can become a full-featured Python development environment. In addition, VIM is also a lightweight, modular, and fast-response tool, which is very suitable for those very good programmers - people who never use a mouse for programming.

The initial configuration will take some time, because you need to install some VIM plug-ins and configure them to work properly. In the end, you will find that it is all worth the effort. If you are looking for a python IDE under Linux system, then VIM will be your best choice.

VIM download URL: https://vim.sourceforge.io/scripts/script.php?script_id=31

2. Wing IDE

WingIDE is another commercial The Python integrated development environment for professional developers can run on Windows, OS X and Linux systems, and supports the latest versions of Python, including stackless Python (an enhanced version of Python). Wing IDE is divided into three versions: free basic version, personal version, and more powerful professional version.

The debugging function is a highlight of Wing IDE, including multi-thread debugging, thread code debugging, automatic sub-process debugging, breakpoints, single-step code debugging, code data inspection and other functions. In addition, it also provides in-tree Remote debugging function on Berry Pi.

In terms of code management, Wing IDE can be very flexibly integrated with tools such as Git, subversion, perforce, cvs, Bazaar, and Mercurial.

In addition, Wing IDE also supports other python frameworks, such as Maya, MotionBbuilder, Zope, PyQt, PySide, pyGTK, PySide, Django, matplotlib, etc.

Wing IDE download URL: http://www.archaeopteryx.com/

3. Emacs - Python Editor cum IDE

Emacs has its own ecosystem, It is an extensible and highly customizable GNU text editor. It can be configured as a fully functional free python integrated development environment.

Emacs is very popular in python development, and it provides python out of the box through python-mode. Emacs can add more advanced features through additional extension packages.

Emacs download URL: http://www.gnu.org/software/emacs/

4. PyCharm – the best commercial python IDE

PyCharm is a professional python integrated development environment with two versions. One is a free community version and the other is a more advanced professional version for enterprise developers.

Most of the features are available in the free version, including intelligent code completion, intuitive project navigation, error checking and repair, code quality inspection following PEP8 specifications, intelligent refactoring, graphical Debugger and runner. It can also be integrated with IPythonnotebook and supports Anaconda and other scientific computing packages, such as matplotlib and NumPy.

The professional version of PyCharm supports more advanced features, such as remote development functions, database support, and support for web development frameworks.

PyCharm download URL: http://www.jetbrains.com/pycharm/download/#section=windows

The IDEs mentioned above each have their own styles. , but all try to achieve a common requirement, namely rapid development of scalable and manageable code. You can choose any IDE that suits your needs, and you can easily get a python integrated development environment that supports Windows, Mac or Linux environments.

For more related knowledge, please visit the Python tutorial column of php Chinese website.

The above is the detailed content of introductory knowledge of Python. For more information, please pay attention to Python related articles on php Chinese website!

[Recommended courses: Python tutorial column]

The above is the detailed content of Getting Started with Python: Python Environment Building (IDE) Tool. 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