Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you want a more traditional book, *Python For You and Me* is an excellent
resource for learning all aspects of the language.

`Python for You and Me <http://pymbook.readthedocs.org/>`_

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add white space here?

Online Python Tutor
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -143,6 +143,7 @@ Learn to Program in Python with Codeacademy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A Codeacademy course for the absolute Python beginner. This free and interactive course provides and teaches the basics (and beyond) of Python programming whilst testing the user's knowledge in between progress.
This course also features a built in interpreter for receiving instant feedback on your learning.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"built in" should be hyphenated.

"interactive" in the sentence prior to the one you've added I think actually covers this with far fewer grammatical errors than the sentence you added. I'll give you a chance to revise, but I'm not quite sold on the necessity of your addition.


`Learn to Program in Python with Codeacademy <http://www.codecademy.com/en/tracks/python>`_

Expand Down