This is the home of tutorial and patterns content for the Pyramid web framework.
Several Pyramid tutorials exist. Some are part of the main Pyramid Documentation, some are in this Pyramid Tutorials community project, and others are published elsewhere.
These are the Pyramid tutorials we could locate during the PyCon USA sprints in March, 2013.
ET is the estimated time to complete each tutorial.
| name/link | ET* | title | description | code repo | features |
|---|---|---|---|---|---|
| firstapp | 1h | Creating Your First Pyramid Application | chapter 4 in the Narrative Documentation part of the main Pyramid docs | pyramid |
|
| wiki | 4h | ZODB + Traversal Wiki Tutorial | chapter 37 in the Tutorials part of the main Pyramid docs | pyramid |
|
| wiki2 | 4h | SQLAlchemy + URL Dispatch Wiki Tutorial | chapter 38 in the Tutorials part of the main Pyramid docs | pyramid |
|
| single_file | ? | Todo List Application in One File | very short; a.k.a. The Single tasks Tutorial | pyramid_tutorials (this site) | |
| humans | 12h | Pyramid for Plone Developers | Pyramid for Plone Developers | pyramid_tutorials (this site) | |
| getting_started | 5h | Getting Started with Pyramid | Presented by Paul Everitt at PyCon USA 2013 | pyramid_tutorials (this site) |
|
| blogr | 4h | pyramid_blogr Tutorial | inspired by Flaskr app from the Flask Web Framework Tutorial | pyramid_blogr |
|
| birdie | 4h | Birdie Tutorial: a simple Twitter clone | presented by Carlos de la Guardia at OSCON 2011 and PyCon USA 2012 | cguardia_tut |