How the choice as white python editor?

Just getting started with programming, there is a good editor to get started, to be sure that learning is a multiplier! Benpian gave you for zero-based white four learning Python editor, I hope you good enough!

1.Sublime Text:

This is a lightweight code editor, cross-platform support for dozens of programming languages, including Python, Java, C / C ++, etc., compact and flexible, running light, supports code highlighting, auto-completion, syntax tips, plug-in extended rich, it is a very good code editor, after the relevant configuration file, you can run the program directly python:

2.VS Code:

This is Microsoft's development of a cross-platform code editor that supports common programming language development, plug-ins expand the rich, not only intelligent completion, syntax checking, code highlighting, git also supports functions running smoothly, is a very good code editor, after you install the relevant plug-in can be directly run python program:

3.Atom:

This is github specialized programmers developed a code editor, is also a section of the platform, the interface is simple and intuitive, very easy to use, auto-completion, code highlighting, syntax tips, up and running faster, for beginners , it is a very good code editor:

4.PyCharm:

This is a special IDE for Python development, common code completion, IntelliSense, syntax check, the software supports, in addition, also integrated version control, unit testing, git feature, you can quickly create Django, Flask and other Python Web framework, very good, is often used in the development of large-scale projects, the only drawback is that, to start up some cards, is not free, but you can download the free version of the community.

Share this on four Python editor, right, are good to use for everyday Python developers, it fully enough, of course, there are other Python editor, like Spyder and so on.

This article is reproduced in https://www.py.cn/faq/python/11121.html

Guess you like

Origin www.cnblogs.com/jsdd/p/11586186.html