GlossaryΒΆ

Zen Of Python
Long time Pythoneer Tim Peters succinctly channels the BDFL’s guiding principles for Python’s design into 20 aphorisms, only 19 of which have been written down.
Context
This term is often used about an object which is retrieved using hierarchical traversal down an object graph.
Match dict
This dictionary contains keyword arguments extracted from the request path using the route definition (an asterisk or colon followed by a keyword).

Previous topic

Reference

This Page