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
Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ A free introductory book that teaches python at the beginner level, it assumes n
85
85
previous programming experience.
86
86
87
87
`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/>`_
89
89
90
90
91
91
Advanced
@@ -130,15 +130,15 @@ A Primer on Scientific Programming with Python
130
130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
131
132
132
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
134
134
choosen from mathematics and the natural sciences.
135
135
136
136
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
137
137
138
138
Numerical Methods in Engineering with Python
139
139
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
140
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
142
142
emphasis on numerical methods and how to implement them in python.
143
143
144
144
`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