Just notes on various things

Gogs 356acae022 Initial commit for testing. 7 năm trước cách đây
.gitignore 1ca81aa725 Initial commit 7 năm trước cách đây
LICENSE 1ca81aa725 Initial commit 7 năm trước cách đây
README.md 356acae022 Initial commit for testing. 7 năm trước cách đây

README.md

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.