Python Fundamentals
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.
What Is Python?
What Is Python?
In this lesson, we learn why Python is so popular and why it's worth learning even if you have no coding experience.
Why Learn Python?
Why Learn Python?
In this lesson, we learn why Python is particularly popular with people who build machine learning algorithms.
Installing Python Libraries
Installing Python Libraries
In this lesson, we'll learn how to install Python libraries and run Jupyter notebook through the command prompt.
Getting Started with Jupyter Notebook
Getting Started with Jupyter Notebook
In this lesson, we learn about Jupyter Notebook and why it's popular with businesses.
Creating Our First Jupyter Notebook
Creating Our First Jupyter Notebook
In this lesson, we learn how to create a new Jupyter Notebook.
Basic Calculations in Python
Basic Calculations in Python
In this lesson, we learn how to perform calculations using Python.
Exploring Data Types
Exploring Data Types
In this lesson, we learn about the different data types used in Python.
Understanding the Print Function
Understanding the Print Function
In this lesson, we learn about the print function and how it's used to output data.
Storing Information in Variables
Storing Information in Variables
In this lesson, we learn how we can store data for later use by naming them as variables.
Storing Data in Lists
Storing Data in Lists
In this lesson, we learn how we can use lists to store more than one value.
Storing Paired Values in Dictionaries
Storing Paired Values in Dictionaries
In this lesson, we learn how to store our data in dictionaries. Like lists, dictionaries allow us to store multiple values at once. However, they also have the added benefit of linking each value with a key that can be used to explain what each value refers to.
