Skip to content

Latest commit

 

History

History

1.04-lesson-list-comprehension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Loops and List Comprehension

Materials We Provide

Topic Description Link
Lesson List Comprehensions Link

Learning Objectives

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

Lesson Outline

Estimated Total Time: 90 mins

I. Loops and List Comprehension

  • While Loops
  • For Loops
  • Looping through dictionaries
  • Mapping practice
  • Filtering
  • Mapping dictionaries
  • Filtering dictionaries