Standardize on American English for the Guide

This commit is contained in:
Andrew Janke
2018-12-18 02:32:06 -05:00
parent 0dfc4c3555
commit a2555b9852
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ Python Koans
~~~~~~~~~~~~
Python Koans is a port of Edgecase's Ruby Koans. It uses a test-driven
approach, q.v. TEST DRIVEN DESIGN SECTION to provide an interactive tutorial
approach to provide an interactive tutorial
teaching basic Python concepts. By fixing assertion statements that fail in a
test script, this provides sequential steps to learning Python.
@@ -179,7 +179,7 @@ no previous programming experience.
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.
A Codeacademy course for the absolute Python beginner. This free and interactive course provides and teaches the basics (and beyond) of Python programming while testing the user's knowledge in between progress.
This course also features a built-in interpreter for receiving instant feedback on your learning.
`Learn to Program in Python with Codeacademy <http://www.codecademy.com/en/tracks/python>`_