Tuesday

Objectives

  • Be able to traverse a Binary Search Tree in code.
  • Learn about the glorious nature of iterators and generators in Python.
  • Understanding function-based views in Django, and how they hook up to Django’s URL configuration.
  • Read about using Django’s Authentication Systems
  • Learn how to connect a GitHub project to TravisCI to enable testing and coverage reporting on push.

Readings

For your tasks this week, you’ll need to create a number of views in Django. Please refer to the following readings for help in answering your quesitons:

You may also wish to refer to the following materials for help in writing templates in Django:

Other readings to be aware of

Review

  • Implementing the Binary Search Tree
  • Django Models (the ImagerProfile)

Demo