Completed
For..Else
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Python Online
Automatically move to the next video in the Classroom when playback concludes
- 1 What is Python?
- 2 Installing Python
- 3 Python Interpreter
- 4 Code Editors
- 5 Your First Python Program
- 6 Python Extensions
- 7 Linting Python Code
- 8 Formatting Python Code
- 9 Running Python Code
- 10 Quiz
- 11 Variables
- 12 Variable Names
- 13 Strings
- 14 Escape Sequences
- 15 Formatted Strings
- 16 String Methods
- 17 Numbers
- 18 Working with Numbers
- 19 Type Conversion
- 20 Quiz
- 21 Comparison Operators
- 22 Conditional Statements
- 23 Ternary Operator
- 24 Logical Operators
- 25 Short-circuit Evaluation
- 26 Chaining Comparison Operators
- 27 Quiz
- 28 For Loops
- 29 For..Else
- 30 Nested Loops
- 31 Iterables
- 32 While Loops
- 33 Infinite Loops
- 34 Exercise
- 35 Defining Functions
- 36 Arguments
- 37 Types of Functions
- 38 Keyword Arguments
- 39 Default Arguments
- 40 *args
- 41 **args
- 42 Scope
- 43 Debugging
- 44 VSCode Coding Tricks (Windows)
- 45 VSCode Coding Tricks (Mac)
- 46 Exercise
- 47 Solution