Calling python script from C#
问题 I have a C# code which helps to run python environment first and then it executes my python process. But the problem is it takes a lot of time to execute. Actually i just want to pass my values and execute single line of code in python script. But need to execute all python code every time. Is there a way to run python process out side and just run the single line when i want. I attached both C# code and python process with this C# Code public String Insert(float[] values) { // full path of