Python Sequences and Files
Posted on Oct 26th, 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
π― Project
This project is not due until Thursday of this week, but you should start working on it today.
OPTIONAL Project for this week
Work through the same problems you did in the first week of JS using Python!
π Resources
RealPython
Python Docs
π¦ Code & Notes
- Intro to Python Notes
- Intro to Python notebooks (Notebooks 6-9)