C
C#8mo ago
Promipi

Exectute Python from C#

I want to execute python code with modules from c#, I know how to do it with dynamic and a library but not how to install specific modules for use. I am currently using an azure function as a gateway to run python but we want to reduce costs and keep the logic in the .net application
3 Replies
phaseshift
phaseshift8mo ago
You want to invoke python in a different process, or you want to run it like ffi?
Promipi
PromipiOP8mo ago
what is ffi?
phaseshift
phaseshift8mo ago
Foreign function interface

Did you find this page helpful?