What is IronPython

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

One of the best features is said to be that you can use the .NET framework APIs directly from Python.