Dropping Python 2 in 2017

What is the risk of completely dropping Python 2 in 2017? To answer this question, I recently analysed Python 3 support for many packages……

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 »