Course list
For Teams
Pricing
Cart
Sign in
Home
>
Intro Python: Functions
Intro Python: Functions
Current Status
Not Enrolled
Price
Closed
Get Started
This course is currently closed
Course Content
Section 1: Introduction
1. Introduction
Section 2: Intro to Functions
Functions, part 1 — Into to functions.ipynb
2. What are functions?
3. Functions are objects
4. Defining basic functions
5. Functions return None by default
Section 3: Simple parameters
Functions, part 3 — Simple parameters
6. Return values
7. Returning multiple values
8. docstrings
9. Positional arguments
10. Checking argument types
11. Defaults and multiple defaults
12. Exercises #1
13. Exercises #1 solutions
14. Call by reference, or call by value?
15. the perils of mutable defaults
Section 4: Advanced parameters
Functions, part 4 — advanced parameters
16. *args
17. Turning a sequence into arguments
1 of 3