Using Wing IDE with IronPython


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:

« 2. Wing IDE for OS XTable of Contents4. How-Tos for Web Development »