Lessons by tag «decorators»
Learning more about the built-in map, filter, and reduce
Learning how to use decorators with parameters and wrapped functions
Introducing named arguments in addition to positional arguments
Learning about closures, an integral programming tool with on-the-fly functions
Learning how to declare small, unnamed functions within expressions
Getting to know the most famous higher-order functions
Learning about the structure, goals, and objectives of the course
Introducing functions with variable numbers of arguments
Learning how to work with named arguments and declare keyword-only arguments
Learning how to declare higher-order functions
Introducing decorators, a tool distinguishing Python from other languages
Learning about recursions in mathematics and programming languages