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
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ allows you to go through the lessons without having to install Python locally.
14
14
15
15
`Learn Python <http://www.learnpython.org/>`_
16
16
17
+
18
+
If you want a more traditional book, *Python For You and Me* is an
19
+
excellent resource for learning all aspects of the language.
20
+
21
+
`Python for You and Me <http://pymbook.readthedocs.org/>`_
22
+
23
+
17
24
Learn Python the Hard Way
18
25
~~~~~~~~~~~~~~~~~~~~~~~~~
19
26
@@ -130,15 +137,15 @@ A Primer on Scientific Programming with Python
130
137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
138
132
139
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
140
+
mainly covers python's usage in scientific field. In the book, examples are
134
141
choosen from mathematics and the natural sciences.
135
142
136
143
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
137
144
138
145
Numerical Methods in Engineering with Python
139
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
147
141
-
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
148
+
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
142
149
emphasis on numerical methods and how to implement them in python.
143
150
144
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>`_
0 commit comments