Suggested Readings for PyramidΒΆ
An annotated list of suggested readings for the Pyramid Web Framework.
- Request Processing: A closer look at the lifecycle of a request in Pyramid, and at the actions taken on each request by the Pyramid router.
- URL Dispatch: An explanation of URL Dispatch in Pyramid, including route configuration, connecting views to routes, and route pattern syntax.
- Views: An in-depth look at views in Pyramid and how they work.
- Static Assets: Learn about static assets and how they are handled in Pyramid.
- Templates: Learn to use templates either directly, or through the renderer system. Learn about the values available to templates as part of the renderer system.
- Renderers: An exhaustive look at the renderer system and how it works. Learn about the built-in renderers available in Pyramid, and how to add new ones.
- Security: A deep dive into authorization in Pyramid, the use of ACLs and how to use permissions to control access to views.