Skip to content

Commit a1c893a

Browse files
committed
adding new web frameworks post
1 parent 2f4c712 commit a1c893a

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ <h2>General web framework resources</h2>
9999
question on Stack Overflow.</p>
100100
</li>
101101
<li>
102+
<p><a href="https://www.airpair.com/python/posts/django-flask-pyramid">Django vs Flask vs Pyramid: Choosing a Python Web Framework</a>
103+
contains background information and code comparisons for similar
104+
web applications built in these three big Python frameworks.</p>
105+
</li>
106+
<li>
102107
<p>This <a href="http://www.konstruktor.ee/blog/python-web-framework-roundup/">Python web framework roundup</a>
103108
covers Django, Flask and Bottle as well as several other lesser known Python
104109
frameworks.</p>

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>2014-10-07T09:23:08Z</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>2014-10-08T08:11:47Z</updated></feed>

source/content/pages/02-web-frameworks/0201-web-frameworks.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ including everything in the framework with tight integration.
6666
"[What is a web framework and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-framework-how-does-it-compare-with-lamp)"
6767
question on Stack Overflow.
6868

69+
* [Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)
70+
contains background information and code comparisons for similar
71+
web applications built in these three big Python frameworks.
72+
6973
* This [Python web framework roundup](http://www.konstruktor.ee/blog/python-web-framework-roundup/)
7074
covers Django, Flask and Bottle as well as several other lesser known Python
7175
frameworks.

web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ <h2>General web framework resources</h2>
8585
question on Stack Overflow.</p>
8686
</li>
8787
<li>
88+
<p><a href="https://www.airpair.com/python/posts/django-flask-pyramid">Django vs Flask vs Pyramid: Choosing a Python Web Framework</a>
89+
contains background information and code comparisons for similar
90+
web applications built in these three big Python frameworks.</p>
91+
</li>
92+
<li>
8893
<p>This <a href="http://www.konstruktor.ee/blog/python-web-framework-roundup/">Python web framework roundup</a>
8994
covers Django, Flask and Bottle as well as several other lesser known Python
9095
frameworks.</p>

0 commit comments

Comments
 (0)