Skip to content

Commit e463957

Browse files
committed
new web frameworks resource
1 parent f2cf67f commit e463957

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
@@ -99,6 +99,13 @@ <h2>General web framework resources</h2>
9999
question on Stack Overflow.</p>
100100
</li>
101101
<li>
102+
<p><a href="http://youtu.be/W6KCPXl6Zuc">Frameworks</a> is a really well done short video
103+
that explains how to choose between web frameworks. The author has some
104+
particular opinions about what should be in a framework. For the most part
105+
I agree although I've found sessions and database ORMs to be a helpful
106+
part of a framework when done well.</p>
107+
</li>
108+
<li>
102109
<p><a href="https://www.airpair.com/python/posts/django-flask-pyramid">Django vs Flask vs Pyramid: Choosing a Python Web Framework</a>
103110
contains background information and code comparisons for similar
104111
web applications built in these three big Python frameworks.</p>

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-01-03T11:57:34Z</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-01-04T12:11:41Z</updated></feed>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ including everything in the framework with tight integration.
6666
"[What is a web framework and how does it compare to LAMP?](http://stackoverflow.com/questions/4507506/what-is-a-web-framework-how-does-it-compare-with-lamp)"
6767
question on Stack Overflow.
6868

69+
* [Frameworks](http://youtu.be/W6KCPXl6Zuc) is a really well done short video
70+
that explains how to choose between web frameworks. The author has some
71+
particular opinions about what should be in a framework. For the most part
72+
I agree although I've found sessions and database ORMs to be a helpful
73+
part of a framework when done well.
74+
6975
* [Django vs Flask vs Pyramid: Choosing a Python Web Framework](https://www.airpair.com/python/posts/django-flask-pyramid)
7076
contains background information and code comparisons for similar
7177
web applications built in these three big Python frameworks.

web-frameworks.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ <h2>General web framework resources</h2>
8585
question on Stack Overflow.</p>
8686
</li>
8787
<li>
88+
<p><a href="http://youtu.be/W6KCPXl6Zuc">Frameworks</a> is a really well done short video
89+
that explains how to choose between web frameworks. The author has some
90+
particular opinions about what should be in a framework. For the most part
91+
I agree although I've found sessions and database ORMs to be a helpful
92+
part of a framework when done well.</p>
93+
</li>
94+
<li>
8895
<p><a href="https://www.airpair.com/python/posts/django-flask-pyramid">Django vs Flask vs Pyramid: Choosing a Python Web Framework</a>
8996
contains background information and code comparisons for similar
9097
web applications built in these three big Python frameworks.</p>

0 commit comments

Comments
 (0)