Skip to content

Commit 8bd2c12

Browse files
author
kuyan
committed
Update link to 'A Byte of Python'.
1 parent c5e3767 commit 8bd2c12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro/learning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ A free introductory book that teaches python at the beginner level, it assumes n
8585
previous programming experience.
8686

8787
`A Byte of Python for Python 2.x <http://www.ibiblio.org/swaroopch/byteofpython/read/>`_
88-
`A Byte of Python for Python 3.x <http://www.swaroopch.org/notes/Python_en:Table_of_Contents>`_
88+
`A Byte of Python for Python 3.x <http://swaroopch.com/notes/Python_en-Preface/>`_
8989

9090

9191
Advanced
@@ -130,15 +130,15 @@ A Primer on Scientific Programming with Python
130130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131131

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

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

138138
Numerical Methods in Engineering with Python
139139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140140

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

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

0 commit comments

Comments
 (0)