Wing IDE

Wing Python IDE
Developer(s) Wingware
Stable release 5.1.3-1 / March 20, 2015
Operating system Windows, Linux, Mac OS X
Type Python Integrated Development Environment
License Proprietary
Website www.wingware.com

The Wing IDE is an integrated development environment (IDE) from Wingware that is designed specifically for the Python programming language, to reduce development and debugging time, cut down on coding errors, and make it easier to understand and navigate Python code.

It provides local and remote debugging, editing (with multiple key bindings, auto-completion, and auto-editing), code intelligence, source browser and code navigation, refactoring, unit testing, version control, Pylint integration, project management, search capabilities, and extensive documentation.

Product levels

Wing IDE is available in three product levels:

For details on features provided in each product see the feature matrix. All three versions of Wing IDE run on Windows, Mac OS X, and Linux.

Free licenses for the Professional version are available on application for some Educational uses and for unpaid Open Source Software developers, (see here).

Debugging

The level of the debugging support depends on the version used.

The free, (101), version supports:

The Personal Edition adds:

And Professional includes:

Code intelligence

Version control

Version control integration is available only in Wing IDE Professional. It supports:

Other features

History

First public version of Wing IDE was released on 2000-09-07, as 1.0 beta, only for Linux.

First stable version was v1.0 for Linux, on 2000-12-01.

Wing version 4.x and earlier were based on GTK2 and the OS X version required X11. Wing 5.0 and later are based on Qt4 and no longer use X11 on OS X.

The history of all releases to date can be found at http://wingware.com/news

See also

External links