Momentum logo
Team 8 Classroom

Intro to Object-Oriented Python

Posted on Jun 14th, 2021

Today, we’ll take a brief survey of classes and objects in Python to get us ready to take on Django.

Today’s topics

  • Python Classes
    • Instantiating an Object
    • Attributes
    • Instance Methods
    • “Magic” Methods

❓❓❓ Mystery Word Project Retrospective

  • Something I learned by doing this project is…
  • Something I want to understand better or know more about is…
  • In this project, I was happy that I was able to…

🐍 Code Break

Creating classes and objects

🎯 Project

Word Frequency OO

🔖 Resources

🦉 Code

Back to home