Conditional Statements & Loops: Advanced Operations Using for Loops in Python
Python
| Beginner
- 9 videos | 1h 5m 17s
- Includes Assessment
- Earns a Badge
Explore how iterating over elements using for loops can be controlled using the break and continue statements in Python. Creating sequences from other sequences using comprehensions is also covered in this 9-video course. Key concepts covered here include how to terminate a for loop when a specific condition is met using the break statement; learning how the break statement affects the code in the else block of a for loop; and observing how to skip an iteration of a for loop when a specific condition is met using the continue statement. Next, learn how to use the continue statement along with the break statement within the same for loop; learn the fact that no action is performed under specific conditions by using the pass statement; and create a list out of the contents of another list using a comprehension. Finally, you will learn about conditions in list comprehensions in order to filter elements used in the source list and to define values in the newly created list.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseTerminate a for loop when a specific condition is met using the break statementRecognize how the break statement affects the code in the else block of a for loopSkip an iteration of a for loop when a specific condition is met using the continue statementUse the continue statement along with the break statement within the same for loop
-
Convey the fact that no action is performed under specific conditions by using the pass statementCreate a list out of the contents of another list using a comprehensionSpecify conditions in list comprehensions in order to filter elements used in the source list and to define the values in the newly created listWrite for loops that make use of the break and continue statements to control flow and use comprehensions to generate a list
IN THIS COURSE
-
2m 32s
-
8m 33sIn this video, learn how to end a for loop when a specific condition is met using the break statement. FREE ACCESS
-
7m 46sUpon completion of this video, you will be able to recognize how the break statement affects the code in the else block of a for loop. FREE ACCESS
-
8m 26sIn this video, you will learn how to skip an iteration of a for loop when a specific condition is met using the continue statement. FREE ACCESS
-
6m 18sIn this video, you will use the continue statement along with the break statement within the same for loop. FREE ACCESS
-
8m 27sLearn how to use the pass statement to convey that no action is performed under specific conditions. FREE ACCESS
-
9m 7sIn this video, find out how to create a list from the contents of another list using a comprehension. FREE ACCESS
-
9mUpon completion of this video, you will be able to specify conditions in list comprehensions in order to filter elements used in the source list and to define the values in the newly created list. FREE ACCESS
-
5m 7sFind out how to write for loops that make use of the break and continue statements to control flow, and use comprehensions to generate a list. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.