Tool to convert python to c#
There is an opensource tool that may be useful for conversion of Python to C#:
https://github.com/uxmal/pytocs
the sample conversions in that page look promising
Hm, wouldn't it be wiser to reuse the existing Python code base via IronPython, for example?