Monday, 3rd February 2014
What’s the best way to communicate with go libraries from within Python programs?
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).
[... 59 words]Does Ycombinator welcome projects that are similar to alumnis?
Y Combinator has funded companies that are similar to alumni in the past. Two examples: they funded dotCloud and Parse, both platform-as-a-service startups, despite having previously funded Heroku.
[... 45 words]