-
Variables, Datatypes & Built-in Functions
14 Lessons-
StartOverview
-
StartVariables and Assignments - Part 1
-
StartVariables and Assignments - Part 2
-
StartBuild-in Datatypes
-
StartMutable & Immutable
-
StartOperators - Part 1
-
StartOperators - Part 2
-
StartOperators - Part 3
-
StartBuilt-in Functions
-
StartZen Of Python
-
Start"input" Statement
-
StartType Conversion
-
Start"print" function
-
StartDemo Scripts
-
-
Conditional Statements & Loops
10 Lessons-
StartOverview
-
StartIntroduction to "if" statement
-
Start"if" Statement - Part 1
-
Start"if" Statement - Part 2
-
Start"while" loop - Introduction
-
Start"while" loop - Hands-on
-
StartIntroduction to "continue" & "break" Statements
-
StartControl loops with "continue" & "break" Statements
-
Start"for" loop - The king of loops!
-
StartDemo Scripts
-
-
Lists
11 Lessons-
StartOverview
-
StartWorking with lists - Part 1
-
StartWorking with lists - Part 2
-
StartWorking with lists - Part 3
-
StartWorking with lists - Part 4
-
StartWorking with lists - Part 5
-
StartWorking with lists - Part 6
-
StartWorking with lists - Part 7
-
StartWorking with lists - Part 8
-
StartWorking with lists - Part 9
-
StartDemo Scripts
-
-
Sets
9 Lessons-
StartOverview
-
StartWorking with Sets - Part 1
-
StartWorking with Sets - Part 2
-
StartWorking with Sets - Part 3 (Union & Intersection)
-
StartWorking with Sets - Part 4 (Difference & Symmetric Difference)
-
StartWorking with Sets - Part 5
-
StartWorking with Sets - Part 6
-
StartWorking with Sets - Part 7 (Frozen Set)
-
StartDemo Scripts
-
-
Dictionaries
10 Lessons-
StartOverview
-
StartIntroduction to dictionary datatype
-
StartWorking with Dictionaries - Part 1
-
StartWorking with Dictionaries - Part 2
-
StartWorking with Dictionaries - Part 3
-
StartWorking with Dictionaries - Part 4
-
StartWorking with Dictionaries - Part 5
-
StartWorking with Dictionaries - Part 6
-
StartWorking with Dictionaries - Part 7
-
StartDemo Scripts
-
-
Modules & Packages
13 Lessons-
StartOverview
-
StartWhat is a module?
-
StartImporting a module - PyCharm
-
StartImporting a module - REPL (Python Console)
-
StartCreating a simple module
-
StartWhere does Python look for modules?
-
Startdir()
-
Start__name__ & __main__
-
StartPackages - Part 1
-
StartPackages - Part 2
-
StartPackages - Part 3
-
StartUsing docstrings
-
StartDemo Scripts
-