Introduction to IDLE in the python Development Environment

Source: Internet
Author: User

In a certain sense, the python development environment requires constant updates, but we will encounter many obstacles in the update process, next, let's take a detailed look at how to solve the difficulties encountered in the python development environment. I hope you will have some gains.

Python Development Environment

Recently, I have been watching Python as saying that it is necessary to sharpen the tool for good deeds. Those who are favored by VS will certainly not be satisfied with the official IDLE and want to find a good IDE To Learn Python. There are a lot of things on the Internet. The statistics are as follows (ZT ):

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.

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.

  • Python syntax check method for referencing PyLint Configuration
  • Description of the powerful functions of the Python code development tool
  • Introduction to tools required for installing software using python code
  • Advantages of Python compared with Perl in practical applications
  • A detailed introduction to the actual operation scheme of Python Programming

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.

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 the python development environment 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.

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. The debugger supports post-event diagnosis, standard single-step debugging, breakpoint design, and variable monitoring.

Komodo

ActiveState also provides another IDE named Komodo for the python development environment, 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.
Komodo 3.5.1 supports ruby and RoR development. It is the world's first commercial IDE that supports ruby and RoR development.


 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.