You can use Javonet:
var pythonRuntime = Javonet.InMemory().Python();
var pythonType = pythonRuntime.GetType("math").Execute();
You can also direct your own Python classes (or even connect to other machine).
https://www.javonet.com/guides/v2/getting-started/getting-started-dotnet