Eight best Python Idechszs, reprinted to be noted. Blog home: Http://blog.csdn.net/chszs
Python is a powerful, language-simple programming language. This article recommends 8 Ides for Python development.
1. Eclipse with PyDev
http://pydev.org/
The Eclipse+pydev plugin is ideal for developing Python Web applications with features such as automatic code completion, syntax highlighting, code analysis, debuggers, and a built-in interactive browser.
2. Komodo Edit
http://komodoide.com/komodo-edit/
Komodo Edit is a free, open source, professional python IDE characterized by non-menu operation and efficient development.
3. Vim
http://www.vim.org/download.php
Vim is a simple, efficient tool that is also suitable for Python development.
4. Sublime Text
http://www.sublimetext.com/
Sublimetext is also an IDE tool for Python development, although Sublimetext is just an editor, but it has a rich plugin that makes support for Python development very in place.
5. Pycharm
http://www.jetbrains.com/pycharm/
Pycharm is a cross-platform Python development tool that is a product of JetBrains Corporation. Features include: Automatic code completion, integrated Python debugger, auto-matching of parentheses, code folding. Pycharm supports systems such as Windows, MacOS, and Linux, and can develop, debug, and run programs remotely.
6. Emacs
http://www.gnu.org/software/emacs/
Emacs is an extensible text editor that also supports Python development. Emacs itself takes the Lisp interpreter as its core, and it contains a large number of extensions.
7. Wing
https://wingware.com/
Wing is a Python-language, super-powerful IDE for interactive python development. Wing IDE also supports automatic code completion, code error checking, development tips and more, and the wing IDE supports a variety of operating systems, including Windows, Linux, and Mac OS X.
8. Pyscripter
https://code.google.com/p/pyscripter/
Pyscriptor is an open source Python integrated development environment, very competitive, such as code completion, grammar checking, view split file editing and other functions.
Python IDE Recommendations