Momentum logo
Team 7 Classroom

🐍 OO Programming in Python 🐍

Posted on Feb 22nd, 2021

πŸ“… Today’s topics

  • Python Classes
    • Instantiating an Object
    • Attributes
    • Instance Methods
    • β€œMagic” Methods

🎯 Project

Python Go Fish

  • Continue to build the game we started in class.

πŸ”– Resources

⭐️ EXTRA/TMI

While the syntax is different, you may find the explanation in Eloquent JavaScript useful.

πŸ“Ή Code, Slides, and Video from Class

Tags: phase-2 python

Back to home