I want to access some .NET assemblies written in C# from Python code.
A little research showed I have two choices:
- IronPython with .NET interface capability/support built-in
- Python with the Python .NET package
What are the trade-offs between both solutions?