Python 201: The functools Module (Video)

I recently did a talk on Python’s neat functools module. This screencast covers the majority of the module:

  • Caching
    • cache
    • lru_cache
  • total_ordering
  • partial
  • reduce
  • singledispatch
  • wraps

 

Related Reading