• An Introduction to Just Enough Cython to be Useful | Peter Baumgartner

    In this blog post I’ll walk you through all three of these incremental approaches in solving a problem using Cython. The problem we’re going to solve is the first problem from Advent of Code 2021. The problem is to take a list of integers (depths) and count the number of times each value in the list is higher than the previous value.

    (2022-09-30)