learn-co-students / se-west-012924-p3-python-data-structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Data Structures

Learning Goals

  • Demonstrate Sequence types (list, tuple, range)
  • Review the different uses for each Sequence type
  • Demonstrate standard methods for accessing, updating and deleting values in Lists
  • Review Tuples
  • Review Ranges
  • Demonstrate Mapping types with Dictionaries
  • Demonstrate standard methods for accessing, updating and deleting values in Dictionaries
  • Demonstrate Set types with set and frozen set
  • Demonstrate for and while loops
  • Demonstrate list comprehensions
  • Stretch Goals
    • Demonstrate Generator expressions
    • Demonstrate how to create a switch using a Dictionary

About


Languages

Language:JavaScript 66.0%Language:CSS 19.8%Language:HTML 11.1%Language:Python 3.1%