Skip to main content

Functions

Welcome to the advanced Python functions guide. This section dives deeper into how functions behave as objects, how decorators execute, and the design tradeoffs behind lambdas.

Functions

Work through these topics in order to build from first-class functions to decorators and lambda expressions.