Преглед на файлове

Initial commit for testing.

Gogs преди 7 години
родител
ревизия
356acae022
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  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.
+