Conditional Statements & Loops: The Basics of for Loops in Python
Python
| Beginner
- 9 videos | 1h 1m 26s
- Includes Assessment
- Earns a Badge
Loops are one way to perform the same operations repeatedly in a program. For loops are the control structure to use when the repeated operations are performed on a sequence such as a list or a tuple. In this 9-video course, you will explore different ways to iterate over a sequence using for loops. Key concepts covered in this course include how to use for loops to process elements in a list and characters in a string; and how to code for loops to iterate over values in a tuple and the keys and values in a dictionary. Next, learn the function of associating an else block with a Python for loop; include if-else statements and other for loops within a for loop; how to generate a sequence of consecutive integers with the range function; and how to use the range function to iterate over a large range of values and apply it within nested for loops. Finally, observe how to write for loops in order to iterate over 1-dimensional and 2-dimensional sequences.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseUse for loops to process the elements in a list and the characters in a stringCode for loops to iterate over values in a tuple and the keys and values in a dictionaryRecognize the function of associating an else block with a python for loopInclude if-else statements and other for loops within a for loop
-
Generate a sequence of consecutive integers with the range functionDefine the interval in a sequence of increasing and decreasing integers using the range functionUse the range function to iterate over a large range of values and apply it within nested for loopsWrite for loops in order to iterate over 1-dimensional and 2-dimensional sequences
IN THIS COURSE
-
2m 29s
-
8m 23sDuring this video, you will learn how to use for loops to process the elements in a list and the characters in a string. FREE ACCESS
-
8m 48sDuring this video, you will learn how to code for loops to iterate over values in a tuple and the keys and values in a dictionary. FREE ACCESS
-
7m 23sAfter completing this video, you will be able to recognize the function of associating an else block with a Python for loop. FREE ACCESS
-
6m 41sIn this video, you will learn how to include if-else statements and other for loops within a for loop. FREE ACCESS
-
7m 58sFind out how to generate a sequence of consecutive integers using the range function. FREE ACCESS
-
7mLearn how to define the interval in a sequence of increasing and decreasing integers using the range function. FREE ACCESS
-
7m 31sLearn how to use the range function to iterate over a large range of values and apply it within nested for loops. FREE ACCESS
-
5m 15sFind out how to write for loops in order to iterate over 1-dimensional and 2-dimensional arrays. 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.