IronPython — Expert Examples
Python running on .NET/CLR; interoperate with C# and .NET libraries
IronPython internals
Understanding IronPython's architecture and implementation.
python
# IronPython internals # Python running on .NET/CLR; interoperate with C# and .NET libraries # Architecture and implementation details print("IronPython implementation details")
Understanding IronPython's internal architecture helps make informed decisions about when and how to use it.
Want to try these examples interactively?
Open Expert Playground