I'd like to port my current python3 project with the use of opencv, numpy to Windows and integrated with C# projects. However, I found that IronPython only supports up to Python2. A few issues:
What is the best way to do the integration as the python code depends on a number of external libraries and python3 wrapper?
What is the way to integrate with C# if IronPython3 is not yet ready?