Introduction In the previous post we saw how a Go service can call a Python service using gRPC. Using gRPC to connect a Go and Python program together can be a great choice, but there’s a complexity price that goes with it. You need to manage one more ser... (more…)
Read more »
I finally beat the S&P 500 by 10%. This might not sound like much but when we’re dealing with large amounts of capital and with good… (more…)
Read more »
Jeremy Howard is the founder of fast.ai, a research institute dedicated to make deep learning more accessible. He is also a Distinguished Research Scientist ... (more…)
Read more »
open and Python TL;DR: Misusing Python’s open and the interaction of CPython’s GC and UNIX semantics can lead to unexpected results! (more…)
Read more »