Skip to content

Latest commit

 

History

History
 
 

session-seven

Beginner's Python: Session Seven

Session Content

Standard Content

  • Learn the limitations of lists/tuples
  • Use dictionaries to overcome these
  • Manipulate dictionaries, as with lists
  • Loop through dictionaries in multiple ways

Additional Notes

  • Sets
  • Dictionary comprehension
  • Positional and named arguments

Session Recording

<iframe width="560" height="315" src="https://www.youtube.com/embed/8udnpHnqtkI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Session Resources

Session Homework

Additional Content