Skip to content

Commit 674c83e

Browse files
committed
new pyramid resource
1 parent b2e6c22 commit 674c83e

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,6 +1834,11 @@ <h2>Pyramid resources</h2>
18341834
is a video from San Francisco Python with an overview of how to install,
18351835
get started and build a web app with the Pyramid framework.</p>
18361836
</li>
1837+
<li>
1838+
<p>This <a href="http://www.talkpythontome.com/episodes/show/3/pyramid-web-framework">podcast interview with the primary author of the Pyramid framework</a>
1839+
explains how Pyramid sprang from Pylons and how Pyramid compares to other
1840+
modern frameworks.</p>
1841+
</li>
18371842
</ul>
18381843
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
18391844
<h2>Morepath</h2>
@@ -5638,6 +5643,8 @@ <h1>Change Log</h1>
56385643
<h2>2015</h2>
56395644
<h3>April</h3>
56405645
<ul>
5646+
<li>New <a href="/pyramid.html">Pyramid</a> resource where the primary author is
5647+
interviewed about the web framework.</li>
56415648
<li>New <a href="/vim.html">Vim</a> resources.</li>
56425649
<li>Updated the <a href="/django.html">Django</a> page with new resources. The page is
56435650
getting unwieldy at its current size so I'll likely pare it down with

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>April</h3>
4444
<ul>
45+
<li>New <a href="/pyramid.html">Pyramid</a> resource where the primary author is
46+
interviewed about the web framework.</li>
4547
<li>New <a href="/vim.html">Vim</a> resources.</li>
4648
<li>Updated the <a href="/django.html">Django</a> page with new resources. The page is
4749
getting unwieldy at its current size so I'll likely pare it down with

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-04-25T12:29:53Z</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-04-26T15:33:13Z</updated></feed>

pyramid.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ <h2>Pyramid resources</h2>
6464
is a video from San Francisco Python with an overview of how to install,
6565
get started and build a web app with the Pyramid framework.</p>
6666
</li>
67+
<li>
68+
<p>This <a href="http://www.talkpythontome.com/episodes/show/3/pyramid-web-framework">podcast interview with the primary author of the Pyramid framework</a>
69+
explains how Pyramid sprang from Pylons and how Pyramid compares to other
70+
modern frameworks.</p>
71+
</li>
6772
</ul>
6873
<h3>Learn more about frameworks or continue building your Pyramid app?</h3>
6974
<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
@@ -32,5 +32,9 @@ Model-View-Controller (MVC) architectural pattern.
3232
is a video from San Francisco Python with an overview of how to install,
3333
get started and build a web app with the Pyramid framework.
3434

35+
* This [podcast interview with the primary author of the Pyramid framework](http://www.talkpythontome.com/episodes/show/3/pyramid-web-framework)
36+
explains how Pyramid sprang from Pylons and how Pyramid compares to other
37+
modern frameworks.
38+
3539

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

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ the
1414

1515
## 2015
1616
### April
17+
* New [Pyramid](/pyramid.html) resource where the primary author is
18+
interviewed about the web framework.
1719
* New [Vim](/vim.html) resources.
1820
* Updated the [Django](/django.html) page with new resources. The page is
1921
getting unwieldy at its current size so I'll likely pare it down with

0 commit comments

Comments
 (0)