Skip to content

Commit f913418

Browse files
committed
regenerating site after PR mattmakai#40 fixes
1 parent 3b19d2f commit f913418

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

all.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ <h2>Why is Django a good web framework choice?</h2>
173173
<h2>Django tutorials</h2>
174174
<ul>
175175
<li>
176-
<p><a href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a extensive
177-
free introductions to using the most popular Python web framework. Several
176+
<p><a href="http://www.tangowithdjango.com/book/">Tango with Django</a> is an extensive
177+
set of free introductions to using the most popular Python web framework. Several
178178
current developers said this book really helped them get over the initial
179179
framework learning curve.</p>
180180
</li>
@@ -228,7 +228,7 @@ <h2>Django tutorials</h2>
228228
list of Django libraries and resources.</p>
229229
</li>
230230
<li>
231-
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a> answers the question, “How do I setup a Django (1.5, 1.6, or 1.7) Project from scratch?”</p>
231+
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a> answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project from scratch?”</p>
232232
</li>
233233
</ul>
234234
<h2>Django videos</h2>
@@ -281,7 +281,7 @@ <h2>Django 1.7-specific resources</h2>
281281
</li>
282282
<li>
283283
<p>Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
284-
material for understanding what's changed in this major released and
284+
material for understanding what's changed in this major release and
285285
how to adapt your Django project.
286286
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/">Part 1</a>,
287287
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/">part 2</a> and
@@ -3633,10 +3633,10 @@ <h2>Web security learning checklist</h2>
36333633
<h3>What topic do you want to learn about next?</h3>
36343634
<h1>Best Python Resources</h1>
36353635
<p>The Python community is amazing at sharing detailed resources and helping
3636-
beginners learn to program with the language. There's so many resources
3636+
beginners learn to program with the language. There are so many resources
36373637
out there though that it can be difficult to know how to find them. </p>
36383638
<p>This page aggregates the best Python resources with a brief description of
3639-
its one's learning purpose.</p>
3639+
how it fits one's learning purpose.</p>
36403640
<h2>New to programming</h2>
36413641
<p>If you're learning your first programming language these books were written
36423642
with you in mind. Developers learning Python as a second or later language
@@ -3708,7 +3708,7 @@ <h2>Experienced developers new to Python</h2>
37083708
<li>
37093709
<p>Kenneth Reitz's
37103710
<a href="http://docs.python-guide.org/en/latest/">The Hitchhiker’s Guide to Python</a>
3711-
contains a wealth of information both on the Python programming and the community.</p>
3711+
contains a wealth of information both on the Python programming language and the community.</p>
37123712
</li>
37133713
<li>
37143714
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains

best-python-resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<div class="col-md-8">
4141
<h1>Best Python Resources</h1>
4242
<p>The Python community is amazing at sharing detailed resources and helping
43-
beginners learn to program with the language. There's so many resources
43+
beginners learn to program with the language. There are so many resources
4444
out there though that it can be difficult to know how to find them. </p>
4545
<p>This page aggregates the best Python resources with a brief description of
46-
its one's learning purpose.</p>
46+
how it fits one's learning purpose.</p>
4747
<h2>New to programming</h2>
4848
<p>If you're learning your first programming language these books were written
4949
with you in mind. Developers learning Python as a second or later language
@@ -115,7 +115,7 @@ <h2>Experienced developers new to Python</h2>
115115
<li>
116116
<p>Kenneth Reitz's
117117
<a href="http://docs.python-guide.org/en/latest/">The Hitchhiker’s Guide to Python</a>
118-
contains a wealth of information both on the Python programming and the community.</p>
118+
contains a wealth of information both on the Python programming language and the community.</p>
119119
</li>
120120
<li>
121121
<p><a href="https://developers.google.com/edu/python/">Google's Python Class</a> contains

django.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ <h2>Why is Django a good web framework choice?</h2>
8080
<h2>Django tutorials</h2>
8181
<ul>
8282
<li>
83-
<p><a href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a extensive
84-
free introductions to using the most popular Python web framework. Several
83+
<p><a href="http://www.tangowithdjango.com/book/">Tango with Django</a> is an extensive
84+
set of free introductions to using the most popular Python web framework. Several
8585
current developers said this book really helped them get over the initial
8686
framework learning curve.</p>
8787
</li>
@@ -135,7 +135,7 @@ <h2>Django tutorials</h2>
135135
list of Django libraries and resources.</p>
136136
</li>
137137
<li>
138-
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a> answers the question, “How do I setup a Django (1.5, 1.6, or 1.7) Project from scratch?”</p>
138+
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a> answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project from scratch?”</p>
139139
</li>
140140
</ul>
141141
<h2>Django videos</h2>
@@ -188,7 +188,7 @@ <h2>Django 1.7-specific resources</h2>
188188
</li>
189189
<li>
190190
<p>Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
191-
material for understanding what's changed in this major released and
191+
material for understanding what's changed in this major release and
192192
how to adapt your Django project.
193193
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/">Part 1</a>,
194194
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/">part 2</a> and

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-10-11T10:20:31Z</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-10-12T10:48:57Z</updated></feed>

0 commit comments

Comments
 (0)