Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.24 KB

StudentDesc.md

File metadata and controls

17 lines (12 loc) · 1.24 KB

Collections in Python

Learn how to work with lists and dictionaries in Python, and explore some list sorting algorithms.

Playlist Warm-up Activity

Once in a group, go to this page to complete the warm-up. A link to the multiplayer Repl project will be there, along with instructions for the activity.

Collections PowerPoint Presentation

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://hylandtechclub.com/py-201/Collections/Collections.pptx' width='100%' height='450px' frameborder='0'></iframe>

Sort By Score Code-Along Activity

Follow the instructions on this page to create a simple program in Python that sorts a list of dictionaries to find high scores.

Sort By Score Challenges

Once the code-along activity has been completed, go to this page to start working on the challenges.

Archival Session Recording

<iframe width="100%" height="450px" src="https://www.youtube.com/embed/BnmuL0S3W44" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>