TIL (Today I Learned)

The TIL series of articles contains very short articles documenting something I learned “today”.

Today I learned about an algorithm that Python uses to sort out inheritance.

Today I learned about the ICPO rule for attribute lookup in Python.

Today I learned how to do ceiling division in Python just with //.