Stable versions
IronPython maintains compatible versions with Python 2.5 and Python 2.6; IronPython 2.0.3 and IronPython 2.6.1, respectively. If you're not sure which version to use, use IronPython 2.6.1.
Latest version
The latest version of IronPython is IronPython 2.7 Alpha 1, which is tracking compatibility with Python 2.7.
Source code
IronPython is an open source project freely available under the Apache License (Version 2).
Download latest (zip) | Browse Online | Recent Check-ins
Instructions for accessing with SVN or TFS
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
IronPython runs on Mono, a cross platform, open source .NET framework, enables IronPython to be used on Linux, Mac OS, and BSD systems.
Linux browser apps
IronPython also runs on Moonlight, a open source implementation of Microsoft Silverlight for Unix systems.
Note