You are here:

Inroduction

Definition

Usage and Return Values

Variable Scope

Local Variables

Variables inside function are local to the function.

Global Variables

Constants, Variables, How not to use global variables.

Args, Kwargs

Partial Functions

Lambda Functions

Function Decorators

Exceptions

Throwing and Handling

Exception Bubbling