Mathspp Blog

342 391,958 32,910
articles words lines of code

Yesterday I spent the whole day tryint to patch a module global. This is what I ended up with.

This tutorial teaches how to work with the Python data structure collections.deque and provides 7 example use cases.

When will these two clocks synchronise again?

Learn how to find text patterns and replace them with dynamic content using regex.

This article shows how to do base conversions in Python with the built-in int, how to write integer literals in other bases, and how to do base conversions in general.

The built-in function max in Python is broken and this article explains why, drawing parallels with other programming and mathematics concepts.

This article teaches you how to use functools.partial, how it works, and when to use it, with clear examples.

How can an infinite number of mathematicians figure out their own hat colours?