Mathspp Blog

A blog dedicated to mathematics and programming!

This blog has a really interesting assortment of articles on mathematics and programming. You can use the tags to your right to find topics that interest you, or you may want to have a look at

You should also subscribe to the blog newsletter.

In this article we reimplement the built-in enumerate in the best way possible.

The Zen of Python says โ€œthere should be one -- and preferably only one -- obvious way to do itโ€, but what if there's a dozen obvious ways to do it?