University of Colorado Boulder - Introduction to Python Functions
- Offered byCoursera
Introduction to Python Functions at Coursera Overview
Duration | 20 hours |
Total fee | Free |
Mode of learning | Online |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Introduction to Python Functions at Coursera Highlights
- Earn a Certificate upon completion
Introduction to Python Functions at Coursera Course details
- This specialization is designed for learners who have little or no programming experience but want to use Python as a tool to play with data
- In the second course, Introduction to Python Functions, you are going to learn and use functions predefined in Python and Python packages, you also are able to define functions as well
- You will create and use functions to make your programs reusable and adaptive
Introduction to Python Functions at Coursera Curriculum
Hello, functions!
Course Overview
Why Do We Need Functions?
What Are Functions?
Let's Define Functions
Lab 1
Lab 1: Solutions
Lab 2
Lab 2: Solutions
Unlock Lab 1 Solutions
Unlock Lab 2 Solutions
Functions with Parameters
What Are Parameters?
Exercise: Define Functions with a Single Parameter
What Are Multiple Parameters?
Exercise: Define Functions with Multiple Parameters
Calling Functions with Keyword Arguments
Lab 1
Lab 1: Solutions
Lab 2
Lab 2: Solutions
Unlock Lab 1 Solutions
Unlock Lab 2 Solutions
Functions with Return Values
What Are Return Values?
Exercise: Define Functions with Return Values
Lab 1
Lab 1: Solutions
Unlock Lab 1 Solutions
Functions in Functions
Introduction to Nested Functions
Exercise: Define Functions in Functions
The Design of Hierarchy of Functions
Recursive Functions
Lab 1
Lab 1: Solutions
Lab 2
Lab 2: Solutions
Unlock Lab 1 Solutions
Unlock Lab 2 Solutions