This article provides a brief tutorial on how to code sockets in Python. Socket programming can be a bit confusing at first, but, fortunately for us, Python makes it really easy. I assume that you … (more…)
Read more »
We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we... (more…)
Read more »
You know Python fairly well, but your manger wants to start using Go “because it is faster”. Being the overacheiver that you are, you sacrifice time from you... (more…)
Read more »
A few weeks ago, I heard an episode on my all time favorite podcast show Planet Money. In this episode, they look into an “obscure… (more…)
Read more »