The TIL series of articles contains very short articles documenting something I learned “today”.
Today I learned how to disassemble Python code with the module dis.
dis
At codegolf.stackexchange.com, smaller is better.