Skip to content

Commit e094113

Browse files
committed
adding new interesting blog post on code complexity
1 parent b34bf27 commit e094113

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ <h2>General web framework resources</h2>
103103
covers Django, Flask and Bottle as well as several other lesser known Python
104104
frameworks.</p>
105105
</li>
106+
<li>
107+
<p>This fascinating blog post takes a look at the
108+
<a href="http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/">code complexity of several Python web frameworks</a>
109+
by providing visualizations based on their code bases.</p>
110+
</li>
106111
</ul>
107112
<h2>Web frameworks learning checklist</h2>
108113
<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-08-30T08:08:39Z</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-08-31T06:53:17Z</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
@@ -70,6 +70,10 @@ including everything in the framework with tight integration.
7070
covers Django, Flask and Bottle as well as several other lesser known Python
7171
frameworks.
7272

73+
* This fascinating blog post takes a look at the
74+
[code complexity of several Python web frameworks](http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/)
75+
by providing visualizations based on their code bases.
76+
7377

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

web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ <h2>General web framework resources</h2>
8989
covers Django, Flask and Bottle as well as several other lesser known Python
9090
frameworks.</p>
9191
</li>
92+
<li>
93+
<p>This fascinating blog post takes a look at the
94+
<a href="http://grokcode.com/864/snakefooding-python-code-for-complexity-visualization/">code complexity of several Python web frameworks</a>
95+
by providing visualizations based on their code bases.</p>
96+
</li>
9297
</ul>
9398
<h2>Web frameworks learning checklist</h2>
9499
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)