Skip to content

Commit 9d053fa

Browse files
committed
adding new python web framework roundup article
1 parent d510cce commit 9d053fa

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

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-04-28T12:55:45Z</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-04-28T16:17:37Z</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
@@ -85,5 +85,9 @@ including everything in the framework with tight integration.
8585
"[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)"
8686
question on Stack Overflow.
8787

88+
* This [Python web framework roundup](http://www.konstruktor.ee/blog/python-web-framework-roundup/)
89+
covers Django, Flask and Bottle as well as several other lesser known Python
90+
frameworks.
91+
8892

8993
### Which web framework do you want to learn about?

web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ <h2>Web Framework Resources</h2>
104104
"<a href="http://stackoverflow.com/questions/4507506/what-is-a-web-framework-how-does-it-compare-with-lamp">What is a web framework and how does it compare to LAMP?</a>"
105105
question on Stack Overflow.</p>
106106
</li>
107+
<li>
108+
<p>This <a href="http://www.konstruktor.ee/blog/python-web-framework-roundup/">Python web framework roundup</a>
109+
covers Django, Flask and Bottle as well as several other lesser known Python
110+
frameworks.</p>
111+
</li>
107112
</ul>
108113
<h3>Which web framework do you want to learn about?</h3>
109114
<div class="row">

0 commit comments

Comments
 (0)