Simon Willison’s Weblog

What’s the best way to communicate with go libraries from within Python programs?

My answer to What’s the best way to communicate with go libraries from within Python programs? on Quora

Go speaks HTTP extremely well, so one simple but powerful approach is to hook your Go libraries up as simple HTTP+JSON APIs and have Python call them over HTTP (the Requests: HTTP for Humans library is awesome for this).

This is What’s the best way to communicate with go libraries from within Python programs? by Simon Willison, posted on 3rd February 2014.

Next: Does Ycombinator welcome projects that are similar to alumnis?

Previous: What are Good Conferences for SaaS Marketers?