Skip to content

Commit a8d00ff

Browse files
committed
adding reddit discussion on python web frameworks
1 parent 03bb450 commit a8d00ff

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-06-23T08:43:15Z</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-06-24T10:48:45Z</updated></feed>

other-web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ <h2>Other web framework resources</h2>
6868
presentation goes over Bottle, Flask, and many other lesser known Python
6969
web frameworks.</p>
7070
</li>
71+
<li>
72+
<p>A Python newcomer asked the Python Subreddit to
73+
<a href="http://www.reddit.com/r/Python/comments/28qr7c/can_anyone_explain_the_differences_between_web2py/">explain the differences between numerous Python web frameworks</a>
74+
and received some interesting responses from other users.</p>
75+
</li>
7176
</ul>
7277
<h2>Other frameworks learning checklist</h2>
7378
<p><i class="fa fa-check-square-o"></i>

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ with project structure based on model-view-controller patterns.
5555
presentation goes over Bottle, Flask, and many other lesser known Python
5656
web frameworks.
5757

58+
* A Python newcomer asked the Python Subreddit to
59+
[explain the differences between numerous Python web frameworks](http://www.reddit.com/r/Python/comments/28qr7c/can_anyone_explain_the_differences_between_web2py/)
60+
and received some interesting responses from other users.
61+
5862

5963
## Other frameworks learning checklist
6064
<i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)