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 |
---|---|---|---|---|---|
quick_tutorial | 8h | Quick Tutorial for Pyramid | Introduction to and high-level tour of Pyramid's major features. | pyramid |
|
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 | |
todopyramid | 4h | ToDo Pyramid App
Tutorial |
ToDo App from Python Web Shootout by SixFeet, Inc Demo here: http://demo.todo.sixfeetup.com | todopyramid |
|
pycharm | 1h | Using PyCharm with Pyramid | A getting started guide for Pyramid using PyCharm | ||
traversal | 2d | Quick Tour for Traversal | Overview of traversal: Hierarchies, views, etc. | pyramid_tutorials (this site) |
|
.. toctree:: :hidden: README getting_started/index single_file_tasks/single_file_tasks humans/index _themes/README pycharm/index quick_traversal/index.rst