
IronPython.net
IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET …
IronPython.net / Download
Feb 7, 2012 · Prerequisites IronPython is a cross-platform programming language, so prerequisites will vary based on usage. For cross-platform solutions, we support the .NET …
IronPython.net / Documentation
Books IronPython in Action by Michael Foord and Christian Muirhead, offers a comprehensive, hands-on introduction to IronPython for programming the .NET framework.
IronPython .NET Integration
IronPython aims to be a fully compatible implementation of the Python language. At the same time, the value of a separate implementation than CPython is to make available the .NET …
IronPython.net / Try Python in the Browser
Overview Download Documentation Support© .NET Foundation Overview | Download | Documentation | Support
IronPython.net / Announcements
IronPython 2.7.2 is now available! This release includes the zipimport and sqlite3 modules, the ability for pyc.py to generate standalone executables, preliminary support for Android and …
IronPython.net / Tools
IronPython Tools Python Tools provide a Python code editor, a file-based project system, and an interactive Python interpreter, all inside Visual Studio 2010 or 2012 and all for free. Python Tools
IronPython.net / Blog
Dec 6, 2014 · IronPython and the .NET Foundation Nov 14, 2017Read more
IronPython.net / Support
If you encounter a bug in IronPython, or would like to ask for a feature, please submit an issue on the IronPython GitHub project. Take a look through the existing issues to see if others are …
Pip in IronPython 2.7.5
Dec 7, 2014 · With IronPython 2.7.5 finally released, one of the most useful features is finally widely available – pip support. Installing pip is done with a backport of the ensurepip module: