Python Loops for Beginners | Python Course #13

preview_player
Показать описание
In this video, you learn how to repeat your code using Python while loops and Python for loops. You will also see how to use the Python enumerate function and the Python range function to iterate over lists in Python.

Recording Gear

⏰ Timestamps:
0:00 Intro
0:10 Python Loop Types
0:14 Python while Loops
2:26 Python while else
3:51 Python continue
5:02 Python break
6:12 Python for Loops
7:27 Iterate over a Python List
8:09 Iterate over a Python Set
8:52 Python Iterate over number range
10:00 Python range() function
10:44 Modify a Python List in a for Loop
11:25 Python enumerate() function
12:19 Iterate over Python dict keys
13:02 Iterate over Python dict values
13:32 Iterate over Python dict keys and values
14:17 Python Nested Loops
16:20 Outro
Рекомендации по теме
Комментарии
Автор

your videos are so well done and your teaching is great. More people should be watching your channel. Thanks for posting these.

FabianBarajas