Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions all.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@ <h2>Pyramid</h2>
<p>The <a href="http://www.pylonsproject.org/">Pyramid framework</a> stems from the Pylons
project which develops a set of open source web application frameworks.
Pyramid applications are built using a model-view-controller architecture.</p>
<h2>TurboGears2</h2>
<p><a href="http://www.turbogears.org">TurboGears2</a> born as a full stack layer on top
of Pylons is now a standalone web framework that can act both as a full stack
solution (like Django) or as a micro framework.</p>
<h2>Falcon</h2>
<p><a href="http://falconframework.org/">Falcon</a> is a minimalist web framework designed
with web application speed as a top priority.</p>
Expand Down
2 changes: 1 addition & 1 deletion feeds/all.atom.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<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>2014-10-19T13:50:06Z</updated></feed>
<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>2014-10-20T01:12:36Z</updated></feed>
4 changes: 4 additions & 0 deletions other-web-frameworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ <h2>Pyramid</h2>
<p>The <a href="http://www.pylonsproject.org/">Pyramid framework</a> stems from the Pylons
project which develops a set of open source web application frameworks.
Pyramid applications are built using a model-view-controller architecture.</p>
<h2>TurboGears2</h2>
<p><a href="http://www.turbogears.org">TurboGears2</a> born as a full stack layer on top
of Pylons is now a standalone web framework that can act both as a full stack
solution (like Django) or as a micro framework.</p>
<h2>Falcon</h2>
<p><a href="http://falconframework.org/">Falcon</a> is a minimalist web framework designed
with web application speed as a top priority.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ project which develops a set of open source web application frameworks.
Pyramid applications are built using a model-view-controller architecture.


## TurboGears2
[TurboGears2](http://www.turbogears.org) born as a full stack layer on top
of Pylons is now a standalone web framework that can act both as a full stack
solution (like Django) or as a micro framework.


## Falcon
[Falcon](http://falconframework.org/) is a minimalist web framework designed
with web application speed as a top priority.
Expand Down