Partialling arguments to functions

Partialling arguments to functions#

Learning Objectives#

After working through this topic, you should be able to:

  • Use functools.partial to modify the signature of functions

Materials#

These are the slides.

Quiz#