Home » Support » Index of All Documentation » How-Tos »
Wing IDE is an integrated development environment for the Python programming language. Wing can be used to speed up the process of writing code for IronPython, which is an implementation of Python for the .NET runtime.
For more information on setting up Wing IDE with IronPython, see IronPython and the Wing IDE: Using the Wing Python IDE with IronPython. This article provides a script to help with setting up auto-completion for the .NET framework, and some information on how to get Wing to execute your code in IronPython. It was written by Michael Foord, co-author of the book IronPython in Action.
The script the article refers to is now shipped with Wing; it's the src/wingutils/generate_pi.py file in the Wing IDE install directory.
Related Documents
Wing IDE provides many other options and tools. For more information:
- Wing IDE Reference Manual, which describes Wing IDE in detail.
- IronPython home page, which provides links to documentation.
- Wing IDE Tutorial
- Wing IDE Quickstart Guide which contains additional basic information about getting started with Wing IDE.
| « 6.4. Using Wing IDE with IDA Python | Table of Contents | Wing IDE Reference Manual » |
