Momentum logo
Team 7 Classroom

🐍 OO Programming in Python 🐍

Posted on Feb 23rd, 2021

πŸ“… Today’s topics

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

🎯 Project

Go Fish Example

πŸ”– Resources

⭐️ EXTRA/TMI

Detailed information about all the parts of the Internet and how they interact.

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

Tags: phase-2 python

🐍 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

🐍 Python Lists, Dicts, Tuples 🐍

Posted on Feb 18th, 2021

πŸ“… Today’s topics

🎯 Project

Python Word Frequency

πŸ”– Resources

⭐️ EXTRA/TMI

You may find yourself surprised when trying to assign variables inside of functions that you have previously assigned outside the function, and it doesn’t work. This article explains why.

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

Tags: phase-2 python

🐍 Python Lists and Dictionaries 🐍

Posted on Feb 17th, 2021

πŸ“… Today’s topics

🎯 Project - Choose One (Due Monday)

Python Wheel of Fortune OR Python Pathfinder

πŸ”– Resources

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

  • [Notes] (https://github.com/momentum-team-7/notes/blob/main/python-virtual-environments.md)
  • Code
  • Morning Class Recording Access Passcode: unb?pO1*
Tags: phase-2 python