Articles that include code in some form

265 327,608 31,975
articles words lines of code

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

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.