Question 4/30 fast.ai v3 lecture 10


What is the name of the mechanism that Python makes available that allows to reduce the number of parameters that a function accepts, setting some of them to supplied values?

Answer

Partials can be used to this end.

Screenshot

Relevant part of lecture