Browse Source

Initial commit for testing.

Gogs 7 năm trước cách đây
mục cha
commit
356acae022
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -1,3 +1,8 @@
 # python_notes
 
-Just notes on various things
+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.
+