TIL (Today I Learned)

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

Today I learned how to automatically delete local git branches that have been merged already.

Today I learned how many soft keywords Python has and what they are.

Today I learned that the underscore _ is a soft keyword in Python.

Today I learned that you can run custom Python code when Python starts-up, before running other scripts or programs.