Wednesday

Objectives

  • Investigate Django’s Class-Based Views (CBV) and how they work
  • Begin implementing your own forms into your Django Imager app
  • Be comfortable working with Django forms and form handling
  • Learn about what a Hash Table is and how it can be implemented.

Readings

Hashing

Django Forms

To support creating and editing objects in Django, you’ll need to learn about Django Forms. Here are some readings to keep in mind as you progress:

Review

  • Self-balancing BST

Demo