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.

Today I learned how to create a sentinel value to use as a default argument in a way that respects Python typing.

Create a zooming animation from first principles in Python. In 5 minutes. Kind of.

Create animations from first principles and morph between different figures with Python. In 5 minutes. Kind of.

Today I learned that the largest file ever published to PyPI has 20 MILLION lines of code.

Today I learned how to find the commits that affected a specific file with git log.

Today I learned how to draw a Bézier curve with the De Casteljau's algorithm.