# python_notes Just notes on various things ## Interesting Tidbits Cache a function. Add `@cache` before any function that always returns the same value for hte same input to add some magic cacheing to it.