Stable versions
The latest stable version of IronPython is IronPython 2.7.3, which is compatible with Python 2.7.
If you need compatibility with Python 2.5 or Python 2.6, take a look at IronPython 2.0.3 and IronPython 2.6.2, respectively. However they are no longer being maintained.
Source code
IronPython is an open source project freely available under the Apache License (Version 2).
Prerequisites
IronPython is a cross-platform and cross-browser programming language, so prerequisites will vary based on usage.
Here are the recommended runtimes are for each platform:
Windows desktop & server apps
On Windows for desktop and server usage, the .NET framework is the recommended runtime.
Note
Windows & Mac OS browser apps
On Windows & Mac OS for browser usage, Silverlight is the recommended runtime.
Silverlight enables you to use Python to script HTML pages just as you would with JavaScript, and also enables advanced vector graphics for rich user-interfaces and video.
Mac OS & Linux desktop & server apps
Linux browser apps
IronPython also runs on Moonlight, a open source implementation of Microsoft Silverlight for Unix systems.
Note