Oop Python
Posted on Dec 6th, 2021
1— layout: post title: Object Oriented Programming (OOP) in Python tags: phase-1 python —
🎯 This week’s topics
- OOP
- classes
- instances
- methods
🔖 Assignments for the Upcoming Week
- Introduction to OOP in Python (due Tuesday, 12/7/21)
- Watch
- In place of video form, read and complete the exercises in Intro to OOP with Python
-
For Wed - Fri homework and in-class: We will be working on the Blackjack assignment each day in self-paced groups, as we did with Mystery Word.
- Optional Supplement: If you want more directed practice writing Object Oriented Python Follow the OOP game-building tutorial (written and video) that starts here. After each module, you click the yellow button at the bottom of the page to get to the next one. Try to complete at least 3 modules. .
🦉 Notes
🐍 🆕 Python Notebooks: The Prequel 🆕 🐍
- Consolidated summary of concepts described in detail in the Python Notebooks has been added to the class notes repository.
🐍 📒 Python Notebooks 📒 🐍
- Make a directory to hold your Python Notebooks
- Clone the repository here into that directory:
git clone <url of notebooks> . - These notebooks are a written resource for the Python concepts we will learn, like an interactive textbook.
- From inside the directory in the terminal, run
jupyter notebookto open the notebooks.