IronPython — Intermediate Examples
Python running on .NET/CLR; interoperate with C# and .NET libraries
IronPython configuration
Configuring IronPython for your projects.
python
# IronPython configuration # Python running on .NET/CLR; interoperate with C# and .NET libraries # Dependencies: .NET Runtime print("IronPython configuration guide")
IronPython offers various configuration options to customize its behavior for different use cases.
Want to try these examples interactively?
Open Intermediate Playground