marți, 4 februarie 2020

Execute a Python script using C#

The evolution of the Python ecosystem of libraries dedicated to, among others, machine learning has been driven by the languages popularity among data scientists. In order to bring Python to large-scale business, data-driven applications, it is possible to run a python script by using C# and retrieving its output for further presentation or storage.
One of the best posts on the topic can be found on CodeProject:
https://www.codeproject.com/Articles/5165602/Using-Python-Scripts-from-a-Csharp-Client-Includin