
Introduction and Setting Up Python (Video 01)
Free Python Programming Course Introduction and Setting Up Python

Why you should learn Python 3 (Video 02)
Free Python Programming Course Why you should learn Python 3

Installing Python 3 on Windows (Video 03)
Free Python Programming Course Installing Python 3 on Windows

Installing Python 3 on Unbuntu and Mac (Video 04)
Free Python Programming Course Installing Python 3 on Unbuntu and Mac

Taking a closer look at Python 3 with IDLE (Video 05)
Free Python Programming Course Taking a closer look at Python 3 with IDLE

Basics of Programming with Math Operations in Python (Video 06)
Free Python Programming Course Basics of Programming with Math Operations in Python

Basics of Programming with Strings in Python (Video 07)
Free Python Programming Course Basics of Programming with Strings in Python

Variables and Variable Naming Rules in Python (Video 08)
Free Python Programming Course Variables and Variable Naming Rules in Python

Our First Program in Python (Video 09)
Free Python Programming Course Our First Program in Python

Built-In Functions (type, len, int, float...) in Python (Video 10)
Free Python Programming Course Built-In Functions (type, len, int, float...) in Python

True or False Booleans in Python (Video 11)
Free Python Programming Course True or False Booleans in Python

If Statements in Python (Video 12)
Free Python Programming Course If Statements in Python

If and Else Statements in Python (Video 13)
Free Python Programming Course If and Else Statements in Python

Using Elif for Multiple Statements in Python (Video 14)
Free Python Programming Course Using Elif for Multiple Statements in Python

While Loops in Python (Video 15)
Free Python Programming Course While Loops in Python

Leaving an Infinite Loop with Break Statement in Python (Video 16)
Free Python Programming Course Leaving an Infinite Loop with Break Statement in Python

Using Continue Statement in a Loop in Python (Video 17)
Free Python Programming Course Using Continue Statement in a Loop in Python


Importing Python Libraries (Video 19)
Free Python Programming Course Importing Python Libraries

Defining Functions in Python (Video 20)
Free Python Programming Course Defining Functions in Python

Local and Global Variables in Python (Video 21)
Free Python Programming Course Local and Global Variables in Python

Coding Guess The Number Program in Python (Video 22)
Free Python Programming Course Coding Guess The Number Program in Python

Reverse a String Function in Python (Video 23)
Free Python Programming Course Reverse a String Function in Python

Calculating The Area of a Circle in Python (Video 24)
Free Python Programming Course Calculating The Area of a Circle in Python

Simple Python Calculator (Video 25)
Free Python Programming Course Simple Python Calculator