<metaname="description" content="Pyramid is a Python web framework that grew out of the Pylons project. Learn more about Pyramid on Full Stack Python.">
<divclass="well see-also">Pyramid is an implementation of the <ahref="/web-frameworks.html">web frameworks</a> concept. Learn how these parts fit together in the <ahref="/web-development.html">web development</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
<h2>Open source Pyramid example apps</h2>
<ul>
<li>
<p><ahref="https://github.com/Pylons/pyramid_blogr">pyramid_blogr</a> is an example
project that shows how to build a blog with Pyramid modeled on the
is a good place to start getting your hands dirty with an example project.</p>
</li>
<li>
<p>Six Feet Up explains why Pyramid is their choice for
<ahref="http://www.sixfeetup.com/blog/pyramid-for-rapid-development-projects">rapid development projects</a>
in that blog post.</p>
</li>
<li>
<p><ahref="http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html">Build a chat app with Pyramid, SQLDB, and Bluemix</a>
is a Pyramid application walkthrough specific to IBM's Bluemix platform.</p>
</li>
<li>
<p><ahref="https://www.youtube.com/watch?v=kRKOWNdT72A">Developing Web Apps Using the Python Pyramid Framework</a>
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.</p>
</li>
<li>
<p>This <ahref="http://www.talkpythontome.com/episodes/show/3/pyramid-web-framework">podcast interview with the primary author of the Pyramid framework</a>
explains how Pyramid sprang from Pylons and how Pyramid compares to other
modern frameworks.</p>
</li>
</ul>
<h3>Do you want to learn more about frameworks or a different subject?</h3>
<ahref="http://www.deploypython.com/"><imgsrc="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
<pstyle="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <ahref="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.