Implementing a JPEG Encoder in Python (Part 1)
A deep dive into the inner workings of JPEG compression, building an encoder from scratch in pure Python.
Regular Expressions
An exploration of Regular Expressions, Finite Automata, and the connection between the two.