app. • From the glossary: The router intercepts requests, invokes traversal and/or URL dispatch, calls view functions, and returns responses to the WSGI server on behalf of your Pyramid application.
our users. • User view - web visitor looks at a member's blog. e.g. for Bob, his page is: /bob • Post view - web visitor looks at a member's single post. e.g. for Bob's motorbike page: /bob/motorbikes
dictionary-like, has __getitem__. ◦ Leaf. • Walk the URL until: ◦ Path is exhausted. ◦ KeyError is raised. ◦ Non-final element has no __getitem__. ◦ Path element starts with @@.