Momentum logo
Team 10 Classroom

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.

Word Frequency

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

Back to home