Pyramid is an open source WSGI web framework based on the Model-View-Controller (MVC) architectural pattern.
pyramid_blogr is an example project that shows how to build a blog with Pyramid modeled on the Flaskr tutorial.
pyramid_appengine provides a project skeleton for running Pyramid on Google App Engine.
Try Pyramid is the official marketing website for Pyramid, with resources for extending your Pyramid apps. It also provides some sample "hello world!" code.
The first Pyramid app is a good place to start getting your hands dirty with an example project.
Six Feet Up explains why Pyramid is their choice for rapid development projects in that blog post.
Build a chat app with Pyramid, SQLDB, and Bluemix is a Pyramid application walkthrough specific to IBM's Bluemix platform.
Developing Web Apps Using the Python Pyramid Framework is a video from San Francisco Python with an overview of how to install, get started and build a web app with the Pyramid framework.
This podcast interview with the primary author of the Pyramid framework explains how Pyramid sprang from Pylons and how Pyramid compares to other modern frameworks.
Searching for a complete, step-by-step deployment walkthrough? Learn more about The Full Stack Python Guide to Deployments book.