Mathspp Blog

364 401,576 33,251
articles words lines of code

Today I learned how to order the values of a dictionary according to an iterable of keys.

Today I learned how to create git aliases in my .gitconfig file.

Using ASCII characters we can create a simple rain animation in the terminal.

Today I learned how to get the size of the terminal your code is running on.

Today I learned how to automatically push code changes while I'm doing live coding, for example while teaching.

This article shows how to implement the set built-in at the expense of a dictionary.