Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python Programming Fundamentals - The Ultimate Learning Path
Python Language Fundamentals
Source code
00. Introductions (4:26)
00B. Intro To Python (5:24)
01. Variables (19:17)
01B. Variables Examples (10:42)
02. Type Conversion Examples (10:04)
03. Operators (7:04)
04. Operators Examples (21:52)
05. Collections (8:23)
06. Lists (11:38)
07. Multidimensional List Examples (8:05)
08. Tuples Examples (8:34)
09. Dictionaries Examples (14:24)
10. Ranges Examples (8:30)
11. Conditionals (6:41)
12. If Statement Examples (10:16)
13. If Statement Variants Examples (11:18)
14. Loops (7:00)
15. While Loops Examples (11:30)
16. For Loops Examples (11:18)
17. Functions (7:47)
18. Functions Examples (9:16)
19. Parameters And Return Values Examples (13:46)
20. Classes And Objects (11:13)
21. Classes Example (13:11)
22. Objects Examples (9:54)
23. Inheritance Examples (17:26)
24. Static Members Example (11:03)
25. Summary And Outro (4:06)
01 Introduction to the Course
01.01 What Will I Learn (3:57)
Source Code
02 Introduction to Computer Science
Source Files
02.01 What is Python (3:32)
02.02 How do Computers Make Decisions (5:30)
02.03 How Do Computers Work with Numbers (3:44)
02.04 How Do Computers Repeat Tasks (6:03)
02.05. How Can Computers Search for Data (13:50)
02.06 How Can Computers Sort Data (4:31)
02.07 How Fast Are Algorithms (7:07)
02.08 What is the Binary Number System (13:51)
03 Code Python on the Web
Source Code
03.01 What Is Google Colab (4:28)
03.02 What If I Get Errors (2:38)
03.03 How Do I Terminate a Session (2:38)
03.04 How Do I Enable Corgi Mode (4:47)
04. Python Variables
Source Code
04.01 What Is A Variable (8:24)
04.02 What Are Data Types (4:46)
04.03 What Is A Boolean (6:35)
04.04 What Are F Strings (6:03)
05 The Number Doctor_ Python Operators
Source Code
05.01 Simple Arithmetic Operators (10:57)
05.02 Modulo Arithmetic Operator (8:39)
05.03 Floor Division (6:16)
05.04 Exponents (4:17)
05.05 Less Or Greater (8:59)
05.06 Can I Check Equality (7:16)
05.07 Can I Check Not Equal To (6:13)
05.08 What Is Bedmas Order Of Operations (20:08)
06 The String Doctor_ Operate on Strings
Source Code
06.01 Can I Add Strings (3:40)
06.02 Can I Add String Variables (4:51)
06.03 Can I Operate On Strings And Integers (6:26)
07. The List Ninja
Source Code
07.01 Can I Make A List Variable (5:34)
07.02 Can I Compare Lists (4:22)
07.03 Watch Out! Don-t Make This List Mistake (3:35)
07.04 Can I Get An Item From A List (6:32)
07.05 List Ninja! Can I Slice A List (9:21)
07.06 Be A Master Ninja! Are There More Ways To Slice A List (5:09)
07.07 Be A Master Ninja! The Third Way (11:43)
07.08 Can I Check If An Item Is In A List (7:38)
07.09 Can I Check If An Item Is Not In A List (7:42)
07.10 Can I Add Items To A List (9:45)
07.11 Can I Add Items To A List Another Way (7:04)
07.12 Can I Remove Items From A List (5:35)
07.13 Can I Delete Items From A List Another Way (9:11)
07.14 Can I Delete A Range (8:29)
08 if Statements
Source Code
08.01 Can I Make An If Statement (8:38)
02.08 What is the Binary Number System
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock