git.fiddlerwoaroof.com
Raw Blame History
# A Repository for storing useful snippets of code that I have written ## nothing is guaranteed to work, be useful, or use best practices :) - [Y_combinator.py](Y_combinator.py) a python implementation of the Y combinator - [compare_dicts.py](compare_dicts.py) a python function for comparing dictionaries - [lazy_attributes.py](lazy_attributes.py) a python class for lazy loading attributes - [memoize_and_partialfuncs.py](memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions - [piecewise_function.py](piecewise_function.py) a better implementation of piecewise functions All code is under the Apache Licence 2.0