Talk given at PyCon 2016: https://us.pycon.org/2016/schedule/presentation/1633/
Being able to run C code from Python is pretty great, but what about running Go code from Python? Or even Python from Go? This talk will walk through the process of executing calls between Python and Go using CFFI bindings to bridge the two runtimes.
...