You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,7 +88,7 @@ More information about test driven development can be found at these resources:
88
88
A Byte of Python
89
89
~~~~~~~~~~~~~~~~
90
90
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
92
92
previous programming experience.
93
93
94
94
`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
137
137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138
138
139
139
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.
142
142
143
143
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
144
144
145
145
Numerical Methods in Engineering with Python
146
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
147
148
148
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.
150
150
151
151
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
152
152
@@ -157,7 +157,7 @@ Python in a Nutshell
157
157
~~~~~~~~~~~~~~~~~~~~
158
158
159
159
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
161
161
as writing C extensions.
162
162
163
163
`Python in a Nutshell <http://shop.oreilly.com/product/9780596001889.do>`_
0 commit comments