Skip to content

Commit 3b19d2f

Browse files
committed
Merge pull request mattmakai#40 from monop/gh-pages
Fix some errata
2 parents d1a0067 + 14e7613 commit 3b19d2f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ syntax and language semantics first before diving into web development.
6767

6868

6969
## Django tutorials
70-
* [Tango with Django](http://www.tangowithdjango.com/book/) are a extensive
71-
free introductions to using the most popular Python web framework. Several
70+
* [Tango with Django](http://www.tangowithdjango.com/book/) is an extensive
71+
set of free introductions to using the most popular Python web framework. Several
7272
current developers said this book really helped them get over the initial
7373
framework learning curve.
7474

@@ -110,7 +110,7 @@ syntax and language semantics first before diving into web development.
110110
* [django-awesome](https://github.com/rosarior/awesome-django) is a curated
111111
list of Django libraries and resources.
112112

113-
* [Starting a Django Project](https://realpython.com/learn/start-django/) answers the question, “How do I setup a Django (1.5, 1.6, or 1.7) Project from scratch?”
113+
* [Starting a Django Project](https://realpython.com/learn/start-django/) answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project from scratch?”
114114

115115

116116
## Django videos
@@ -152,7 +152,7 @@ syntax and language semantics first before diving into web development.
152152
Django 1.7 migrations as well as how you use them.
153153

154154
* Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
155-
material for understanding what's changed in this major released and
155+
material for understanding what's changed in this major release and
156156
how to adapt your Django project.
157157
[Part 1](http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/),
158158
[part 2](http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/) and

source/content/pages/11-misc/1101-best-python-resources.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ choice4text:
1818

1919
# Best Python Resources
2020
The Python community is amazing at sharing detailed resources and helping
21-
beginners learn to program with the language. There's so many resources
21+
beginners learn to program with the language. There are so many resources
2222
out there though that it can be difficult to know how to find them.
2323

2424
This page aggregates the best Python resources with a brief description of
25-
its one's learning purpose.
25+
how it fits one's learning purpose.
2626

2727

2828
## New to programming
@@ -82,7 +82,7 @@ should skip down to the next section for "experienced developers".
8282

8383
* Kenneth Reitz's
8484
[The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/)
85-
contains a wealth of information both on the Python programming and the community.
85+
contains a wealth of information both on the Python programming language and the community.
8686

8787
* [Google's Python Class](https://developers.google.com/edu/python/) contains
8888
lecture videos and exercises for learning Python.

0 commit comments

Comments
 (0)