Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Mastering Python Fundamentals
Introduction
What is Python? (3:24)
Why should you learn Python? (5:13)
Installation
How to install? (1:34)
Integrated development environment (IDE) - Pycharm (1:46)
Language Fundamentals
First Program (1:49)
Variables (2:10)
Data Types (2:38)
Numeric Data Types (1:55)
String Data Type (2:38)
Boolean Data Type (1:24)
Assignment Operator (2:32)
Arithmetic Operators (2:30)
Comparison Operators (2:46)
Logical Operators (2:26)
What is an Operand? (1:15)
Unary Operator (1:05)
Input/output Basics
Input Statement (1:28)
Type Casting (3:58)
Escape Sequences (1:53)
Control Statements
Control Statements Introduction (2:26)
if...elif...else (3:50)
Nested if condition (2:51)
Joining Conditions (and/or) (3:06)
while loop (3:54)
for loop (1:42)
break statement (1:28)
continue statement (1:29)
List - Data Structure
Data Structures/Collections (0:54)
List (3:38)
List - traversal looping through items (3:42)
Negative Index, Index Range (3:20)
Changing and Inserting Items (2:59)
Appending Items and Lists (2:48)
Removing List Items (2:26)
Sort List (2:57)
Copy List (3:22)
List Assignment - 1 (1:58)
List Assignment - 2 (1:56)
List Assignment - 3 (1:22)
List Assignment - 4 (1:16)
List Assignment - 5 (1:28)
List Assignment - 6 (1:45)
Tuple
Tuple Introduction (3:06)
Loop through a Tuple (1:19)
Negative and Range index (1:58)
Add, Update, Remove Not Possible! (2:30)
Join & multiply tuple (1:31)
Set
Set - Introduction (2:12)
Loop through set (1:51)
Adding items to set (3:25)
Remove items from set (3:59)
Union & Intersection of sets (1:41)
Dictionary - Data Structure
Dictionary Introduction (7:02)
type() of dictionary and items (2:52)
Ways of dictionary creation dict() (3:07)
Numeric keys + Assignment (3:49)
Adding & updating dictionary items (1:49)
Removing & clearing items (3:08)
Copying Dictionary (1:17)
Union & Intersection of sets
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock