You must convince your client that the python language can interact with .Net using some libraries. It would be a waste of time to rewrite the entire library in python and then check the python code for any errors.
There is a library called Python for .NET , with which you can call .net classes and functions inside your python-based code, you can create shell code to call .Net code.
If you write a wrapper class, it will be like calling python classes and functions to other python programmers.
Searock
source share