Skip to content

Commit aad93f4

Browse files
committed
new web frameworks link
1 parent 6e4791b commit aad93f4

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ <h2>General web framework resources</h2>
113113
<a href="http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/">code complexity of several Python web frameworks</a>
114114
by providing visualizations based on their code bases.</p>
115115
</li>
116+
<li>
117+
<p><a href="http://www.reddit.com/r/webdev/comments/2les4x/what_frameworks_do_you_use_and_why_are_they/">What web frameworks do you use and why are they awesome?</a>
118+
is a language agnostic Reddit discussion on web frameworks. It's interesting
119+
to see what programmers in other languages like and dislike about their
120+
suite of web frameworks compared to the main Python frameworks.</p>
121+
</li>
116122
</ul>
117123
<h2>Web frameworks learning checklist</h2>
118124
<p><i class="fa fa-check-square-o"></i>

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-11-14T10:43:19Z</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-11-16T15:18:39Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ including everything in the framework with tight integration.
7878
[code complexity of several Python web frameworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)
7979
by providing visualizations based on their code bases.
8080

81+
* [What web frameworks do you use and why are they awesome?](http://www.reddit.com/r/webdev/comments/2les4x/what_frameworks_do_you_use_and_why_are_they/)
82+
is a language agnostic Reddit discussion on web frameworks. It's interesting
83+
to see what programmers in other languages like and dislike about their
84+
suite of web frameworks compared to the main Python frameworks.
85+
8186

8287
## Web frameworks learning checklist
8388
<i class="fa fa-check-square-o"></i>

web-frameworks.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ <h2>General web framework resources</h2>
9999
<a href="http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/">code complexity of several Python web frameworks</a>
100100
by providing visualizations based on their code bases.</p>
101101
</li>
102+
<li>
103+
<p><a href="http://www.reddit.com/r/webdev/comments/2les4x/what_frameworks_do_you_use_and_why_are_they/">What web frameworks do you use and why are they awesome?</a>
104+
is a language agnostic Reddit discussion on web frameworks. It's interesting
105+
to see what programmers in other languages like and dislike about their
106+
suite of web frameworks compared to the main Python frameworks.</p>
107+
</li>
102108
</ul>
103109
<h2>Web frameworks learning checklist</h2>
104110
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)