Matthew's Blog
Dec 8, 2020
Implementing a defaultlist
We all love Python's defaultdict, but how about a list variant?
Nov 18, 2020
Simplify data binning with a custom dict
A smart container that groups observations around central interval values.
Jul 22, 2019
Make your own GZIP quine
A comprehensive primer on the compression-algorithm-tomfoolery needed to make your very own recursive GZIP bomb.