Getting to know BigQuery and feeling the power of sifting through mountains of data in just a few seconds. (more…)
Read more »
How to implement a FIFO queue data structure in Python using only built-in data types and classes from the standard library.
(more…)
Read more »
Before we begin This article will be about why I switched from Python to Go. This is from my experiences doing development in both over many years. Like many articles of this type, some people might feel that their choices are being offended. That's reall... (more…)
Read more »
One reason Python is so usable is that you can find out precisely how anything works.
We’ll see how to find out how to use any module, even if it’s not documented.
Then we’ll use ast and dis to minutely examine exactly how Py... (more…)
Read more »