Skip to content

Commit f828b18

Browse files
committed
Update learning.rst
Changed choosen to chosen Replaced python with Python
1 parent 5444d70 commit f828b18

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/intro/learning.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Beginner
77
Learn Python Interactive Tutorial
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99

10-
Learnpython.org is an easy non-intimidating way to get introduced to python.
10+
Learnpython.org is an easy non-intimidating way to get introduced to Python.
1111
The website takes the same approach used on the popular `Try Ruby <http://tryruby.org/>`_
12-
website, it has an interactive python interpreter built into the site that
12+
website, it has an interactive Python interpreter built into the site that
1313
allows you to go through the lessons without having to install Python locally.
1414

1515
`Learn Python <http://www.learnpython.org/>`_
@@ -52,11 +52,11 @@ Think Python: How to Think Like a Computer Scientist
5252
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5353

5454
Think Python attempts to give an introduction to basic concepts in computer
55-
science through the use of the python language. The focus was to create a book
55+
science through the use of the Python language. The focus was to create a book
5656
with plenty of exercises, minimal jargon and a section in each chapter devoted
5757
to the subject of debugging.
5858

59-
While exploring the various features available in the python language the
59+
While exploring the various features available in the Python language the
6060
author weaves in various design patterns and best practices.
6161

6262
The book also includes several case studies which have the reader explore the
@@ -72,11 +72,11 @@ Python Koans
7272

7373
Python Koans is a port of Edgecase's Ruby Koans. It uses a test-driven
7474
approach, q.v. TEST DRIVEN DESIGN SECTION to provide an interactive tutorial
75-
teaching basic python concepts. By fixing assertion statements that fail in a
76-
test script, this provides sequential steps to learning python.
75+
teaching basic Python concepts. By fixing assertion statements that fail in a
76+
test script, this provides sequential steps to learning Python.
7777

7878
For those used to languages and figuring out puzzles on their own, this can be
79-
a fun, attractive option. For those new to python and programming, having an
79+
a fun, attractive option. For those new to Python and programming, having an
8080
additional resource or reference will be helpful.
8181

8282
`Python Koans <http://bitbucket.org/gregmalcolm/python_koans>`_
@@ -88,7 +88,7 @@ More information about test driven development can be found at these resources:
8888
A Byte of Python
8989
~~~~~~~~~~~~~~~~
9090

91-
A free introductory book that teaches python at the beginner level, it assumes no
91+
A free introductory book that teaches Python at the beginner level, it assumes no
9292
previous programming experience.
9393

9494
`A Byte of Python for Python 2.x <http://www.ibiblio.org/swaroopch/byteofpython/read/>`_
@@ -137,16 +137,16 @@ A Primer on Scientific Programming with Python
137137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138138

139139
A Primer on Scientific Programming with Python, written by Hans Petter Langtangen,
140-
mainly covers python's usage in scientific field. In the book, examples are
141-
choosen from mathematics and the natural sciences.
140+
mainly covers Python's usage in scientific field. In the book, examples are
141+
chosen from mathematics and the natural sciences.
142142

143143
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
144144

145145
Numerical Methods in Engineering with Python
146146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147147

148148
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
149-
emphasis on numerical methods and how to implement them in python.
149+
emphasis on numerical methods and how to implement them in Python.
150150

151151
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
152152

@@ -157,7 +157,7 @@ Python in a Nutshell
157157
~~~~~~~~~~~~~~~~~~~~
158158

159159
Python in a Nutshell, written by Alex Martelli, covers most cross-platform
160-
python's usage, from its syntax to built-in libraries to advanced topics such
160+
Python's usage, from its syntax to built-in libraries to advanced topics such
161161
as writing C extensions.
162162

163163
`Python in a Nutshell <http://shop.oreilly.com/product/9780596001889.do>`_

0 commit comments

Comments
 (0)