Is it possible to run a python script in the go programming language? I want to be able to have a go program written, and in the beginning of it, execute a python script, then run the rest of the go program.
Check this out. http://go-lang.cat-v.org/library-bindings
I really don't see any value to using bindings, you may use while migrating your application to keep step by step migration.
In anyways when you want to use any scripting or other languages you can simply execute on the OS and can get the results like @bereal said.