Completed
1:08:46 Conditional Statements
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Full Course for Beginners [2025]
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00:00 Introduction
- 2 0:00:56 What is Python?
- 3 0:04:11 Installing Python
- 4 0:05:36 Python Interpreter
- 5 0:07:30 Code Editors
- 6 0:08:49 Your First Python Program
- 7 0:12:25 Python Extension
- 8 0:14:26 Linting Python Code
- 9 0:18:40 Formatting Python Code
- 10 0:22:51 Running Python Code
- 11 0:24:30 Python Implementations
- 12 0:26:59 How Python Code is Executed
- 13 0:29:45 Quiz
- 14 0:31:17 Python Mastery Course
- 15 0:31:44 Variables
- 16 0:34:48 Variable Names
- 17 0:37:51 Strings
- 18 0:43:20 Escape Sequences
- 19 0:46:01 Formatted Strings
- 20 0:48:09 String Methods
- 21 0:54:03 Numbers
- 22 0:56:50 Working With Numbers
- 23 0:58:59 Type Conversion
- 24 1:04:03 Quiz
- 25 1:06:43 Comparison Operators
- 26 1:08:46 Conditional Statements
- 27 1:12:56 Ternary Operator
- 28 1:15:04 Logical Operators
- 29 1:19:07 Short-circuit Evaluations
- 30 1:21:13 Chaining Comparison Operators
- 31 1:22:35 Quiz
- 32 1:24:18 For Loops
- 33 1:27:56 For..Else
- 34 1:30:42 Nested Loops
- 35 1:33:26 Iterables
- 36 1:36:34 While Loops
- 37 1:41:33 Infinite Loops
- 38 1:43:10 Exercise
- 39 1:45:13 Defining Functions
- 40 1:47:37 Arguments
- 41 1:49:57 Types of Functions
- 42 1:53:59 Keyword Arguments
- 43 1:55:59 Default Arguments
- 44 1:57:34 xargs