Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fundamentals of Python loops in this beginner-friendly tutorial video. Dive into while loops and for loops, essential tools for iterating through code blocks and working with data collections. Learn about break and continue statements, else clauses in loops, and how to loop through strings and ranges of numbers. Discover the power of nested loops and see practical applications, including an improved rock-paper-scissors game implementation. Master these crucial programming concepts to enhance your Python skills and write more efficient code.
Syllabus
Intro
Welcome
Quick Setup
Basic While Loop
Break Statements
Continue Statements
Else Statements
Basic For Loop
Looping Through a String
For Loop with a Break
For Loop with Continue
Looping Through a Range of Numbers
Range Start and End
Range Increment Values
For Loop with Else
Nested Loops
Improving RPS with a loop
Taught by
Dave Gray