Tuesday

Objectives

  • Learn about the Insertion Sort algorithm
  • Investigate Django’s Class-Based Views (CBV) and how they work

Readings

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

  • Django Views, Class-Based and Otherwise
  • Collisions in Hash Tables

Demo

  • Insertion Sort
  • Setting up EC2 and RDS to communicate with each-other