Learning Path: Functions and Scopes
Learning Path ⋅ Skills: Python, Functions, Scope, Arguments, Parameters, Return, Globals

In this learning path, you’ll build a strong foundation in Python functions and scope. You’ll start by defining functions and working with parameters, including optional arguments, *args, **kwargs, and special / and * parameters. Then you’ll explore return values and None. From there, you’ll move into inner functions,