Tuesday¶
Objectives¶
- Be able to reliably test a Django app.
- Understand Binary Search Tree Traversal.
- Learn about the glorious nature of iterators and generators in Python.
Readings¶
Review¶
- Implementing the Binary Search Tree
- Django Models (the
ImagerProfile
)