Ross ROSS = Recommend OSS · open-source software intelligence for agents

IronPython

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime. observed · 2026-08-28

github.com/IronLanguages/ironpython3 · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 98
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4570
  • days_rel: 622
  • days_push: 16
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2759 stars · 314 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

IronPython is an open-source implementation of the Python programming language built on the .NET Dynamic Language Runtime, targeting Python 3 (currently Python 3.4 compatibility) with a Python 2.7 line also maintained. It lets Python code use .NET libraries and lets .NET applications embed Python as a scripting engine via NuGet.

Use cases

  • embed a python scripting engine in a c# application
  • call .net framework apis from python code
  • expose python code to other .net languages
  • script a .net application with python
  • run python on the clr with .net standard support

When to choose

  • you need tight interop between Python and .NET libraries
  • you want to embed a dynamic scripting language in a .NET app
  • you need Python on Windows/.NET Framework or .NET Core

When to avoid

  • you need full modern Python 3.x compatibility (target is Python 3.4)
  • you rely on CPython C extensions or the latest Python packages
  • you need maximum Python performance

Facets

library · maturity active

interpreter programming-language sdk programming-languages cross-platform developer-tools dotnet cross-platform windows ironpython dynamic-language-runtime dlr python-implementation clr embedding scripting linux macos

3 sources

Member repositories

For agents

markdown · JSON · MCP: product_card(name="IronLanguages/ironpython3")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem