Beginner's Python: Session Four Session Content Standard Content Recap the use of lists in Python and use them to store more than just numbers Learn how to access individual items of lists as well as extract sub-lists Manipulate lists, adding, removing, and altering elements Understand the difference and similarities between tuples and lists Additional Notes Removing all matches String indexing and slices Throwaways Copying lists Splatting Extend Stepped slices Session Recording <iframe width="560" height="315" src="https://www.youtube.com/embed/QsZcC2OxVSQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> Session Resources Presentation Blank Template Filled Template Session Homework Exercises Solutions Additional Content Subject-specific questions Additional notes in notebook form