5 Building python modules with Go

blog.filippo.io posted by lolly 2632 days ago  

tl;dr: with Go 1.5 you can build .so objects and import them as Python modules, running Go code (instead of C) directly from Python. Here's the code.

Register to comment or vote on this story