Skip to content

Commit 87a294a

Browse files
committed
fixing typo on other web frameworks page
1 parent bef34b6 commit 87a294a

File tree

5 files changed

+32
-27
lines changed

5 files changed

+32
-27
lines changed

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-05-14T18:37:15Z</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-05-15T08:01:44Z</updated></feed>

other-web-frameworks.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@
4747
<h1>Other Web Frameworks</h1>
4848
<p>Python has a significant number of web frameworks outside the usual Django,
4949
Flask and Bottle suspects.</p>
50-
<h2>Bottle framework learning checklist</h2>
51-
<p><i class="fa fa-check-square-o"></i>
52-
Read through the web frameworks listed here and check out their project
53-
websites. </p>
54-
<p><i class="fa fa-check-square-o"></i>
55-
It's useful to know what other web frameworks exist besides Django and Flask.
56-
However, when you're just starting to learn to program there are significantly
57-
more tutorials and resources for <a href="/django.html">Django</a> and
58-
<a href="/flask.html">Flask</a> on the web. My recommendation is to start with one of
59-
those two frameworks then expand your knowledge from there.</p>
6050
<h2>Pyramid</h2>
6151
<p>The <a href="http://www.pylonsproject.org/">Pyramid framework</a> stems from the Pylons
6252
project which develops a set of open source web application frameworks.
@@ -85,6 +75,16 @@ <h2>Other web framework resources</h2>
8575
web frameworks.</p>
8676
</li>
8777
</ul>
78+
<h2>Other frameworks learning checklist</h2>
79+
<p><i class="fa fa-check-square-o"></i>
80+
Read through the web frameworks listed above and check out their project
81+
websites. </p>
82+
<p><i class="fa fa-check-square-o"></i>
83+
It's useful to know what other web frameworks exist besides Django and Flask.
84+
However, when you're just starting to learn to program there are significantly
85+
more tutorials and resources for <a href="/django.html">Django</a> and
86+
<a href="/flask.html">Flask</a> on the web. My recommendation is to start with one of
87+
those two frameworks then expand your knowledge from there.</p>
8888
<h3>What do you need to learn next?</h3>
8989
<div class="row">
9090
<div class="col-md-3">

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ including everything in the framework with tight integration.
7373

7474
## Web frameworks learning checklist
7575
<i class="fa fa-check-square-o"></i>
76-
Choose a major web framework ([Django](/django.html) or
77-
[Flask](/flask.html) are recommended) and stick with it.
76+
Choose a major Python web framework ([Django](/django.html) or
77+
[Flask](/flask.html) are recommended) and stick with it. When you're just
78+
starting it's best to learn one framework first instead of bouncing around
79+
trying to understand every framework.
7880

7981
<i class="fa fa-check-square-o"></i>
8082
Work through a detailed tutorial found within the resources links on the

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ choice4text: How can I version and store my source code so I don't lose it?
2020
Python has a significant number of web frameworks outside the usual Django,
2121
Flask and Bottle suspects.
2222

23-
## Bottle framework learning checklist
24-
<i class="fa fa-check-square-o"></i>
25-
Read through the web frameworks listed here and check out their project
26-
websites.
27-
28-
<i class="fa fa-check-square-o"></i>
29-
It's useful to know what other web frameworks exist besides Django and Flask.
30-
However, when you're just starting to learn to program there are significantly
31-
more tutorials and resources for [Django](/django.html) and
32-
[Flask](/flask.html) on the web. My recommendation is to start with one of
33-
those two frameworks then expand your knowledge from there.
34-
3523

3624
## Pyramid
3725
The [Pyramid framework](http://www.pylonsproject.org/) stems from the Pylons
@@ -68,4 +56,17 @@ with project structure based on model-view-controller patterns.
6856
web frameworks.
6957

7058

59+
## Other frameworks learning checklist
60+
<i class="fa fa-check-square-o"></i>
61+
Read through the web frameworks listed above and check out their project
62+
websites.
63+
64+
<i class="fa fa-check-square-o"></i>
65+
It's useful to know what other web frameworks exist besides Django and Flask.
66+
However, when you're just starting to learn to program there are significantly
67+
more tutorials and resources for [Django](/django.html) and
68+
[Flask](/flask.html) on the web. My recommendation is to start with one of
69+
those two frameworks then expand your knowledge from there.
70+
71+
7172
### What do you need to learn next?

web-frameworks.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ <h2>General web framework resources</h2>
9898
</ul>
9999
<h2>Web frameworks learning checklist</h2>
100100
<p><i class="fa fa-check-square-o"></i>
101-
Choose a major web framework (<a href="/django.html">Django</a> or
102-
<a href="/flask.html">Flask</a> are recommended) and stick with it.</p>
101+
Choose a major Python web framework (<a href="/django.html">Django</a> or
102+
<a href="/flask.html">Flask</a> are recommended) and stick with it. When you're just
103+
starting it's best to learn one framework first instead of bouncing around
104+
trying to understand every framework. </p>
103105
<p><i class="fa fa-check-square-o"></i>
104106
Work through a detailed tutorial found within the resources links on the
105107
framework's page.</p>

0 commit comments

Comments
 (0)