Skip to content

Commit 2996f04

Browse files
author
ugurthemaster
committed
Update learning.rst
Python books for Engineers and Scientists have been added.
1 parent 2029979 commit 2996f04

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/intro/learning.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,26 @@ guide to the language.
123123

124124
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
125125

126+
For Engineers and Scientists
127+
----------------------------
128+
129+
A Primer on Scientific Programming with Python
130+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131+
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
134+
choosen from mathematics and the natural sciences.
135+
136+
`A Primer on Scientific Programming with Python <http://www.springer.com/mathematics/computational+science+%26+engineering/book/978-3-642-18365-2>`_
137+
138+
Numerical Methods in Engineering with Python
139+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140+
141+
Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to
142+
emphasis on numerical methods and how to implement them in python.
143+
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>`_
145+
126146
References
127147
----------
128148

0 commit comments

Comments
 (0)