Skip to content

Commit 53eb31e

Browse files
committed
new web frameworks resource
1 parent 1819f9b commit 53eb31e

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,13 @@ <h2>Web framework resources</h2>
12541254
by providing visualizations based on their code bases.</p>
12551255
</li>
12561256
<li>
1257+
<p><a href="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>
12571264
<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>
12581265
is a language agnostic Reddit discussion on web frameworks. It's interesting
12591266
to see what programmers in other languages like and dislike about their

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>2015-07-06T07:23: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>2015-07-06T07:26:16Z</updated></feed>

source/content/pages/04-web-development/01-web-frameworks.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ but it'll make most developers' lives easier in many cases.
108108
[code complexity of several Python web frameworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)
109109
by providing visualizations based on their code bases.
110110

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+
111117
* [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/)
112118
is a language agnostic Reddit discussion on web frameworks. It's interesting
113119
to see what programmers in other languages like and dislike about their

web-frameworks.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ <h2>Web framework resources</h2>
132132
by providing visualizations based on their code bases.</p>
133133
</li>
134134
<li>
135+
<p><a href="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>
135142
<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>
136143
is a language agnostic Reddit discussion on web frameworks. It's interesting
137144
to see what programmers in other languages like and dislike about their

0 commit comments

Comments
 (0)