---
key: pl/ironpython
kind: plang
name: "IronPython"
url: https://plangs.page/ironpython
---

# IronPython

> Implementation of Python for the .NET framework.

Implementation of Python, designed to work seamlessly with the .NET and Mono frameworks, allowing for the integration of .NET libraries within Python code. It provides a bridge between Python scripting and the .NET runtime, enabling developers to leverage .NET's extensive libraries.

## Facts

- Appeared: 2006
- Homepage: https://ironpython.net/
- GitHub: https://github.com/IronLanguages/ironpython3

## Relationships

### Paradigms

- [General-Purpose](https://plangs.page/paradigm/general-purpose)
- [Imperative](https://plangs.page/paradigm/imperative)
- [Multi](https://plangs.page/paradigm/multi)
- [Object-Oriented](https://plangs.page/paradigm/oop)
- [Scripting](https://plangs.page/paradigm/scripting)

### Platforms

- [.NET](https://plangs.page/platform/.net)
- [Apple](https://plangs.page/platform/apple)
- [Linux](https://plangs.page/platform/linux)
- [Windows](https://plangs.page/platform/windows)

### Type Systems

- [Duck](https://plangs.page/type-system/duck)
- [Dynamic](https://plangs.page/type-system/dynamic)
- [Object-Oriented](https://plangs.page/type-system/object)
- [Strong](https://plangs.page/type-system/strong)

### Implements

- [Python](https://plangs.page/python)

### Influenced By

- [.NET](https://plangs.page/.net)
- [C#](https://plangs.page/c-sharp)

### Written With

- [C#](https://plangs.page/c-sharp)

### Licenses

- [Apache 2.0](https://plangs.page/license/apache)

### Tags

- [Application](https://plangs.page/tag/app)
- [Application Framework](https://plangs.page/tag/framework)
- [CLI](https://plangs.page/tag/cli)
- [Compiler](https://plangs.page/tag/compiler)
- [Interpreter](https://plangs.page/tag/interpreters)
- [Scripting](https://plangs.page/tag/scripting)
- [Shell](https://plangs.page/tag/shell)
