Skip to content

Commit aad6857

Browse files
committed
adding new pyramid resource
1 parent e9ba963 commit aad6857

5 files changed

Lines changed: 17 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,11 @@ <h2>Pyramid resources</h2>
15111511
<p><a href="http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html">Build a chat app with Pyramid, SQLDB, and Bluemix</a>
15121512
is a Pyramid application walkthrough specific to IBM's Bluemix platform.</p>
15131513
</li>
1514+
<li>
1515+
<p><a href="https://www.youtube.com/watch?v=kRKOWNdT72A">Developing Web Apps Using the Python Pyramid Framework</a>
1516+
is a video from San Francisco Python with an overview of how to install,
1517+
get started and build a web app with the Pyramid framework.</p>
1518+
</li>
15141519
</ul>
15151520
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
15161521
<h2>Morepath</h2>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-03T15:22:50Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-04T09:57:08Z</updated></feed>

pyramid.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ <h2>Pyramid resources</h2>
6363
<p><a href="http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html">Build a chat app with Pyramid, SQLDB, and Bluemix</a>
6464
is a Pyramid application walkthrough specific to IBM's Bluemix platform.</p>
6565
</li>
66+
<li>
67+
<p><a href="https://www.youtube.com/watch?v=kRKOWNdT72A">Developing Web Apps Using the Python Pyramid Framework</a>
68+
is a video from San Francisco Python with an overview of how to install,
69+
get started and build a web app with the Pyramid framework.</p>
70+
</li>
6671
</ul>
6772
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
6873
<div class="row">

source/content/pages/04-web-development/05-pyramid.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@ Model-View-Controller (MVC) architectural pattern.
4040
* [Build a chat app with Pyramid, SQLDB, and Bluemix](http://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app/index.html)
4141
is a Pyramid application walkthrough specific to IBM's Bluemix platform.
4242

43+
* [Developing Web Apps Using the Python Pyramid Framework](https://www.youtube.com/watch?v=kRKOWNdT72A)
44+
is a video from San Francisco Python with an overview of how to install,
45+
get started and build a web app with the Pyramid framework.
46+
4347

4448
### Learn more about frameworks or continue building your Pyramid app?

source/content/pages/07-web-app-deployment/11-task-queues.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ when scaling out a large deployment of distributed task queues.
170170
Django web applications using the Redis broker on the back end.
171171

172172

173+
174+
173175
## Task queue learning checklist
174176
<i class="fa fa-check-square-o"></i>
175177
Pick a slow function in your project that is called during an HTTP request.

0 commit comments

Comments
 (0)