Beginners should learn Python editor what is good

1, knowledge learning, Python comes with IDLE

IDLE Description:

Python is a visual GUI editor

Enter the command line by line

Can easily copy, and paste operations etc.

 2, project development, Pycharm

PyCharm by JetBrains built a Python IDE, refactoring add the VS2010 Resharper is from JetBrains hands.
Also supports Google App Engine , PyCharm support IronPython . These features, with the support of advanced code analysis program, the PyCharm a powerful tool for professional Python developers and start-up personnel.

3, lightweight modify, read the code Sublime

 

Sublime Text is a code editor (Sublime Text 2 is billing software, but the trial indefinitely), also advanced HTML and prose text editor. Sublime Text is a programmer Jon Skinner in January 2008 as developed,
It was originally designed to have a rich extensions of Vim .

 

Sublime Text has a nice user interface and powerful features, such as code thumbnails, Python plug-ins, and other code segments. You can also customize the key bindings, menus and toolbars.
The main features include Sublime Text: Spell checking, bookmarks, full Python API, Goto function, real-time project switching, multi select, multi-window, and so on.
Sublime Text is a cross-platform editor that supports Windows , Linux , Mac the X-OS and other operating systems.
 

Guess you like

Origin www.cnblogs.com/72bian/p/11407752.html