.NET/C# Interop to Python
问题 My backend is written in .NET/C#, I have a requirement that I need to execute python scripts passing context from the .net side of the house. These are queued up in a background task engine called hangfire running as a windows service. I did a little digging and found IronPython, however, after implementing it failed to support many of the pypi python packages that I need to execute inside my script. Secondly, I looked at Python.Net which is a embedded interpreter that embeds or extends