Skip to content

Commit 28d870b

Browse files
committed
updating django page
1 parent 2540d4f commit 28d870b

File tree

6 files changed

+26
-13
lines changed

6 files changed

+26
-13
lines changed

all.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ <h1>Why Use Python?</h1>
107107
<a href="/web-frameworks.html">web frameworks</a>,
108108
and testing instruments make its ecosystem one of the largest out of any
109109
programming community. </p>
110-
<p>Python is an accessible language for new programmers because of the extensive
111-
availability of
112-
<a href="/best-python-resources.html">free and low cost introductory resources</a>. The
110+
<p>Python is an accessible language for new programmers because the community
111+
provides many <a href="/best-python-resources.html">introductory resources</a>. The
113112
language is also widely taught in universities and used for working with
114113
beginner-friendly devices such as the
115114
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
@@ -1334,7 +1333,12 @@ <h2>Why is Django a good web framework choice?</h2>
13341333
<a href="/bottle.html">Bottle framework</a>.
13351334
</div>
13361335

1337-
<h2>Django tutorials</h2>
1336+
<h2>Django books and tutorials</h2>
1337+
<p>There are a slew of free or low cost resources out there for Django. Since
1338+
Django was released over 10 years ago and has had a huge number of updates
1339+
since then, when you're looking for an up-to-date Django book check out the
1340+
list below or read this post showing <a href="http://twoscoopspress.org/pages/current-django-books">current Django books</a>
1341+
as of Django 1.7.</p>
13381342
<ul>
13391343
<li>
13401344
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>

django.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@ <h2>Why is Django a good web framework choice?</h2>
7979
<a href="/bottle.html">Bottle framework</a>.
8080
</div>
8181

82-
<h2>Django tutorials</h2>
82+
<h2>Django books and tutorials</h2>
83+
<p>There are a slew of free or low cost resources out there for Django. Since
84+
Django was released over 10 years ago and has had a huge number of updates
85+
since then, when you're looking for an up-to-date Django book check out the
86+
list below or read this post showing <a href="http://twoscoopspress.org/pages/current-django-books">current Django books</a>
87+
as of Django 1.7.</p>
8388
<ul>
8489
<li>
8590
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>

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-10T15:53:10Z</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-16T14:31:02Z</updated></feed>

source/content/pages/02-learning-programming/02-why-use-python.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Python's expansive library of open source data analysis tools,
1111
and testing instruments make its ecosystem one of the largest out of any
1212
programming community.
1313

14-
Python is an accessible language for new programmers because of the extensive
15-
availability of
16-
[free and low cost introductory resources](/best-python-resources.html). The
14+
Python is an accessible language for new programmers because the community
15+
provides many [introductory resources](/best-python-resources.html). The
1716
language is also widely taught in universities and used for working with
1817
beginner-friendly devices such as the
1918
[Raspberry Pi](http://www.raspberrypi.org/).

source/content/pages/04-web-development/02-django.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ While you're learning about Django you should also read up on
6262
</div>
6363

6464

65-
## Django tutorials
65+
## Django books and tutorials
66+
There are a slew of free or low cost resources out there for Django. Since
67+
Django was released over 10 years ago and has had a huge number of updates
68+
since then, when you're looking for an up-to-date Django book check out the
69+
list below or read this post showing [current Django books](http://twoscoopspress.org/pages/current-django-books)
70+
as of Django 1.7.
71+
6672
* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/)
6773
focuses on web development using Django and JavaScript. This book uses
6874
the development of a website using the Django web framework as a real

why-use-python.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ <h1>Why Use Python?</h1>
3939
<a href="/web-frameworks.html">web frameworks</a>,
4040
and testing instruments make its ecosystem one of the largest out of any
4141
programming community. </p>
42-
<p>Python is an accessible language for new programmers because of the extensive
43-
availability of
44-
<a href="/best-python-resources.html">free and low cost introductory resources</a>. The
42+
<p>Python is an accessible language for new programmers because the community
43+
provides many <a href="/best-python-resources.html">introductory resources</a>. The
4544
language is also widely taught in universities and used for working with
4645
beginner-friendly devices such as the
4746
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>

0 commit comments

Comments
 (0)