Categories: Languages
Author: Microsoft
Latest version: 2.7.1 Beta 2Added 2004-07-30Updated 2011-08-30
Implementation of the Python language targeting the .NET and Mono platforms.Features include:- Integrated with the Common Language Runtime: IronPython code can use CLR libraries and Python classes can extend CLR classes.- Fully dynamic: IronPython supports an interactive interpreter and transparent on-the-fly compilation of source files just like standard Python.- Optionally static: IronPython also supports static compilation of Python code to produce static executables (.exe's) that can be run directly or static libraries (.dll's) that can be called from other CLR languages including C#, VB, managed C++ and more.