Functions, Conditionality and Loops
Learning Outcomes
Get More Info
data, Tech & ai skills in






What’s Included
Course Introduction
Course Introduction
In this lesson, we get a preview of the course ahead.
Essential Functions
Essential Functions
In this lesson, we learn about the round, help, and input functions.
Data Type Functions
Data Type Functions
In this lesson, we learn how to use functions to change the data type of our data.
List Aggregation Functions
List Aggregation Functions
In this lesson, we learn how to find the length of a string and to add together its values.
List Manipulation Functions
List Manipulation Functions
In this lesson, we learn how to use functions that can add and remove values to a list.
Creating Custom Functions
Creating Custom Functions
In this lesson, we learn how to create our own functions.
Creating Custom Libraries
Creating Custom Libraries
In this lesson, we learn how to create a custom library that can store multiple custom functions.
If Statements
If Statements
In this lesson, we learn how to add conditionality to our code using If Statements.
Conditional Operators
Conditional Operators
In this lesson, we learn how to add some complexity to our conditions using conditional operators.
For Loops
For Loops
In this lesson, we learn how to perform repeating calculations for each element in a list by using for loops.
While Loops
While Loops
In this lesson, we learn how to repeat the execution of our code while a condition that we set is true.
