Python Sequences and Files
Posted on Jun 8th, 2021
We can use the generic term sequence for any object that provides an ordered structure for a number of items, such as a string (a group of characters), a list, or a dictionary (keys and values).
π Todayβs Topics
- Lists and tuples
- More Strings
- Dictionaries
- Working with files
π Code Break
π― Project
This project is not due until Thursday of this week, but you should start working on it today.
π Resources
- Python Docs: Sequence Types
- Python Docs: Common String Operations
- Python Docs: String Methods
- Python Docs: Reading and Writing Files
π¦ Code & Notes
- Notes
- Intro to Python notebooks (Notebooks 6-9)