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 ?
Asked
Active
Viewed 34 times