You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by providing visualizations based on their code bases.</p>
1255
1255
</li>
1256
1256
<li>
1257
+
<p><ahref="http://klen.github.io/py-frameworks-bench/">Python's web frameworks benchmarks</a>
1258
+
is a test of the responsiveness of a framework with encoding an object to
1259
+
JSON and returning it as a response as well as retrieving data from the
1260
+
database and rendering it in a template. There were no conclusive results
1261
+
but the output is fun to read about nonetheless.</p>
1262
+
</li>
1263
+
<li>
1257
1264
<p><ahref="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>
1258
1265
is a language agnostic Reddit discussion on web frameworks. It's interesting
1259
1266
to see what programmers in other languages like and dislike about their
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/01-web-frameworks.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,12 @@ but it'll make most developers' lives easier in many cases.
108
108
[code complexity of several Python web frameworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)
109
109
by providing visualizations based on their code bases.
110
110
111
+
*[Python's web frameworks benchmarks](http://klen.github.io/py-frameworks-bench/)
112
+
is a test of the responsiveness of a framework with encoding an object to
113
+
JSON and returning it as a response as well as retrieving data from the
114
+
database and rendering it in a template. There were no conclusive results
115
+
but the output is fun to read about nonetheless.
116
+
111
117
*[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/)
112
118
is a language agnostic Reddit discussion on web frameworks. It's interesting
113
119
to see what programmers in other languages like and dislike about their
by providing visualizations based on their code bases.</p>
133
133
</li>
134
134
<li>
135
+
<p><ahref="http://klen.github.io/py-frameworks-bench/">Python's web frameworks benchmarks</a>
136
+
is a test of the responsiveness of a framework with encoding an object to
137
+
JSON and returning it as a response as well as retrieving data from the
138
+
database and rendering it in a template. There were no conclusive results
139
+
but the output is fun to read about nonetheless.</p>
140
+
</li>
141
+
<li>
135
142
<p><ahref="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>
136
143
is a language agnostic Reddit discussion on web frameworks. It's interesting
137
144
to see what programmers in other languages like and dislike about their
0 commit comments