Tuesday¶
Objectives¶
Readings¶
- Security: A deep dive into authorization in Pyramid, the use of ACLs and how to use permissions to control access to views.
- Graph Traversal: Wikipedia
- Depth First Traversal for a Graph
- Lecture Notes: Graph Traversal
Review¶
Demo¶
Using Test-Driven Development to implement security in a Pyramid App.