ironpython3
Python runtime
An implementation of Python 3.x that runs on the .NET Framework and integrates with other .NET languages.
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
3k stars
146 watching
289 forks
Language: Python
last commit: 4 days ago
Linked from 2 awesome lists
c-sharpdlrironpythonpython
Related projects:
Repository | Description | Stars |
---|---|---|
ironlanguages/ironpython2 | An implementation of the Python programming language integrated with the .NET Framework | 1,076 |
pythonnet/pythonnet | Allows Python code to interact with the .NET Common Language Runtime (CLR) and embeds Python into .NET applications. | 4,772 |
micropython/micropython | An implementation of Python 3.x on microcontrollers and small embedded systems | 19,430 |
ethereum/web3.py | A Python library providing an interface to the Ethereum blockchain ecosystem. | 5,020 |
rustpython/rustpython | A Python interpreter written in Rust, allowing execution of Python code on the target platform. | 19,183 |
python/cpython | The primary implementation of the Python programming language | 63,523 |
microsoft/playwright-python | A Python library to automate multiple web browsers with a single API. | 11,872 |
brython-dev/brython | An implementation of Python 3 running in the browser with interface to DOM elements and events. | 6,394 |
microsoft/playwright-dotnet | A .NET implementation of a cross-browser web automation library | 2,497 |
webpy/webpy | A lightweight Python web framework that provides a simple and flexible way to build web applications. | 5,886 |
aimacode/aima-python | Python implementations of AI algorithms from Russell and Norvig's book | 8,052 |
pycqa/modernize | Transforms Python 2 source code into compatible Python 3 and 2.6+ code | 355 |
scanny/python-pptx | Creates and manipulates PowerPoint documents programmatically. | 2,463 |
encode/httpx | A next-generation HTTP client library for Python with support for async and sync APIs, including HTTP/1.1 and HTTP/2. | 13,283 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,126 |