Skip to the content.
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
Session Resources
Session Homework
Additional Content