Momentum logo
Team 14 Classroom

Django CRUD

Posted on Aug 22nd, 2022

🎯 Project: Django Music

Build a CRUD application from scratch. This app should let you catalog your music collection.

  • Create
  • Read
  • Update
  • Delete

This is due on Thursday Morning.

Model Diagram

Django Music

🔖 Resources

🌶🌶🌶 Useful for the spicy options:

Forms

🦉 Code & Notes

Getting Used to Working in Django

Posted on Aug 18th, 2022

🗓️ Today’s Topics

Today we develop our mental model of Django, understanding what it does and how it does it.

  • Django urls & views
  • Django templates
  • Django models and the database
  • Dealing with errors

🎯 Project: Uptact

Complete the tutorial you chose by Monday morning.

🔖 Resources

Databases

🦉 Code & Notes

Tags: phase-2 django

Intro to Object-Oriented Python

Posted on Aug 17th, 2022

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

🔎 Wheel of Fortune 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

DUE MONDAY MORNING:

🔖 Resources

Object-oriented

Classes in Python

Useful resources for debugging

🦉 Code & Notes

Intro to Object-Oriented Python

Posted on Aug 15th, 2022

Today, we’ll continue applying what we’ve learned about Python in an assignment to work on in class and outside of class.

Today’s topics

🎯 Project

  • Due Wednesday morning, we will work on Mystery Word in teams in class.

  • Also by Wednesday Morning, please complete the Object Oriented Programming modules in Thinkific:

    • Object Oriented Python
    • Classes and Objects
    • An OOP cat
    • Create Individual Objects From a Class

🔖 Resources

🦉 Code & Notes