Python Groupby and an Unusual Restaurant

Learn about Python’s `groupby` method, by going to an unusual restaurant… Read more

Similar

Making a faster Avro Python library with eval

I work on astronomical data pipelines, and a lot of our data gets shipped around in Avro. It’s often a lot of data, like many terabytes, and with complex schemas. And because I’m working on astronomy software, nearly everything is written in Python, the l... (more…)

Read more »