Python is a common computer language, but few people in Python development tools know the seven "Tools" in Python development tools. The following is a detailed introduction of several Python development tools, I hope you will gain some benefits after browsing.
Python development tools.
1 IDLE
IDLE is an integrated development environment created by Guido van rosum, a beginner in python, using python and Tkinter. To use IDLE, python and Tkinter must be installed.
Features: Automatic indentation, color encoding, command history (Alt + p, Alt + n), and automatic (Alt +.
Run the Tkinter program using IDLE. do not include mainloop in the program. IDLE itself is a Tkinter application that automatically calls mainloop. When you call mainloop again, it will conflict with the IDLE event loop, resulting in a runtime error.
2 BlackAdder
BlackAdder supports windows and linux environments. Programs created with it can run on any platform and are responsible for maintaining TheKompany.com. They released the Personal Edition of the software, which only provides limited support; and the Professional edition, which requires a license for commercial software developers.
- The Python splitter teaches you how to operate on an article.
- How to run the Hello World Program in Python
- Two import methods for the Python Module
- How to select and learn the Python Programming Language
- The operator who exits the Python prompt during Python running
3 PythonWorks
It is released by SecretLabs, which is dedicated to the development and deployment of Python projects and provides corresponding tools. PythonWorks is a fast application development (RAD) tool that allows programmers to quickly create, debug, and publish programs.
PythonWorks includes an HTML/XML editor, a fully indexed document, a source code management system for project grouping), custom code editing features, and a GUI layout editor. Jython is supported.
You can package your project in multiple forms: source code, executable program, and. pyc.
4 Wing IDE
Wing IDE is developed and supported by Archaeopteryx Software and is applicable to windows and linux environments. It provides a source code analyzer and browser, project management capabilities, and a text editor and debugger.
It is compiled by python and contains the python source code. Purchasers can customize source code to meet their own requirements. However, modified Code cannot be used for profit purposes.
The full-featured demo can be downloaded at archaeopteryx.com/wingide.
5 Pythonwin
The integrated development environment of Pythonwin is included in ActivePython produced by ActiveState. ActivePython is a binary build. This includes the expat module for XML processing and a series of windows tools.
Features provided include color encoding, source code folding, word completion, and automatic indentation. In python development tools, the debugger supports post-event diagnosis, standard single-step debugging, breakpoint design, and variable monitoring.
6 Komodo
ActiveState also provides another IDE named Komodo for python, which can be used to develop programs on windows and linux. Komodo is an integrated development environment for Perl, PHP, Tcl, HTML, xml and xslt.
7 Boa Constructor
Boa is a cross-platform python IDE and WxPython GUI. It provides a visual programming and operation framework to facilitate program design. It has an Object Browser and provides a view of various resources, an html document generator, an advanced debugger and a complete help system. Boa also supports zope to add, delete, copy, cut, import, and export zope objects. You can edit object attributes and debug python scripts.
Boa is written in python Based on the WxPython library. It is as convenient as vb or delphi.
On the windows platform, I use pythonwin, which is similar to idle. You can use it on the windows platform. The above is an introduction to python development tools.