Momentum logo
Team 17 Classroom

🐍 Collections in Python! 🐍

Posted on Feb 15th, 2023

πŸ—“οΈ Today’s topics

  • Collections in Python
    • Lists
    • Tuples
    • Dictionaries
    • Working with Files

🎯 Project

Word Frequency

  • Assignment Link
  • Due Thursday Morning - we will start in class
  • This guide from Real Python will be helpful in handling the file.

πŸ”– Reference Material

Essential Python References

πŸ¦‰ Code & Notes

Tags: phase-2 python

Back to home