Topic | Description | Link |
---|---|---|
Lesson | List Comprehensions | Link |
After this lesson, you will be able to:
- Understand how to use for and while loops
- Understand how to map with lists and dictionaries
- Understand how to filter lists and dictionaries
Estimated Total Time: 90 mins
I. Loops and List Comprehension
- While Loops
- For Loops
- Looping through dictionaries
- Mapping practice
- Filtering
- Mapping dictionaries
- Filtering dictionaries