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

The post Python 201: The functools Module (Video) appeared first on Mouse Vs Python.

Categories: Python