IronPython was specially made as a codename for an alpha release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.
Requirements:
· You must install the Microsoft .NET Framework Version 2.0 Redistributable Package (you can download it from here) prior to installing IronPython.
· Note: If you have already installed Microsoft Visual Studio 2005, you do not need to install the .NET Framework separately. Visual Studio 2005 includes the .NET Framework.
Review Page