Completed
Useful String Methods
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Python Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 What is Python?
- 2 Installing Python
- 3 Code Editors
- 4 Your First Python Program
- 5 Python Extensions
- 6 Linting Python Code
- 7 Formatting Python Code
- 8 Running Python Code
- 9 Python Implementations
- 10 How Python Code is Executed
- 11 Variables
- 12 Dynamic Typing
- 13 Type Annotation
- 14 Mutable and Immutable Types
- 15 Strings
- 16 Escape Sequences
- 17 Formatted Strings
- 18 Useful String Methods
- 19 Numbers
- 20 Arithmetic Operators
- 21 Working with Numbers
- 22 Type Conversions
- 23 Conditional Statements
- 24 Logical Operators
- 25 Ternary Operators
- 26 For Loops
- 27 For..Else
- 28 While Loops
- 29 Functions
- 30 *args
- 31 **args
- 32 Scope
- 33 Debugging
- 34 VSCode Coding Tricks (Windows)
- 35 VSCode Coding Tricks (Mac)
- 36 Exercise: FizzBuzz
- 37 Solution