Functions
Introduction:
This lesson takes a look into the creation and use of Python functions.
Topics Covered:
- Scope
- User Functions
- Parameters and Arguments
- Commandline Arguments
- Returning
- Pass By Reference
- Lambda Functions
- List Comprehension
- Closures
- Iterators
- Generators