Is it possible to compile a go binary that runs an external python script?

39 Views Asked by At

I'm planning to write a python script that executes a machine learning algorithm. But, I need a go binary to implement it as a server extension (chirpstack server). Is it possible to compile a go binary using go code that executes an external python script ?

0

There are 0 best solutions below