Skip to content

Commit dcaa2f8

Browse files
committed
new frameworks resource
1 parent 28d870b commit dcaa2f8

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
@@ -1265,6 +1265,11 @@ <h2>Web framework resources</h2>
12651265
to see what programmers in other languages like and dislike about their
12661266
suite of web frameworks compared to the main Python frameworks.</p>
12671267
</li>
1268+
<li>
1269+
<p>This user-voted question &amp; answer site asked "<a href="http://www.slant.co/topics/426/~what-are-the-best-general-purpose-python-web-frameworks-usable-in-production-sites">What are the best general purpose Python web frameworks usable in production?</a>".
1270+
The votes aren't as important as the list of the many frameworks
1271+
that are available to Python developers.</p>
1272+
</li>
12681273
</ul>
12691274
<h2>Web frameworks learning checklist</h2>
12701275
<ol>

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-16T14:31:02Z</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-17T13:11:58Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ but it'll make most developers' lives easier in many cases.
119119
to see what programmers in other languages like and dislike about their
120120
suite of web frameworks compared to the main Python frameworks.
121121

122+
* This user-voted question & answer site asked "[What are the best general purpose Python web frameworks usable in production?](http://www.slant.co/topics/426/~what-are-the-best-general-purpose-python-web-frameworks-usable-in-production-sites)".
123+
The votes aren't as important as the list of the many frameworks
124+
that are available to Python developers.
125+
122126

123127
## Web frameworks learning checklist
124128
1. Choose a major Python web framework ([Django](/django.html) or

web-frameworks.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ <h2>Web framework resources</h2>
144144
to see what programmers in other languages like and dislike about their
145145
suite of web frameworks compared to the main Python frameworks.</p>
146146
</li>
147+
<li>
148+
<p>This user-voted question &amp; answer site asked "<a href="http://www.slant.co/topics/426/~what-are-the-best-general-purpose-python-web-frameworks-usable-in-production-sites">What are the best general purpose Python web frameworks usable in production?</a>".
149+
The votes aren't as important as the list of the many frameworks
150+
that are available to Python developers.</p>
151+
</li>
147152
</ul>
148153
<h2>Web frameworks learning checklist</h2>
149154
<ol>

0 commit comments

Comments
 (0)