From 2996f04c7e9ed20bef7c2e14526808c7f42fd1ce Mon Sep 17 00:00:00 2001 From: ugurthemaster Date: Thu, 15 Aug 2013 13:53:24 +0300 Subject: [PATCH] Update learning.rst Python books for Engineers and Scientists have been added. --- docs/intro/learning.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 4703f4cb3..63d6d04fb 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -123,6 +123,26 @@ guide to the language. `The Python Tutorial `_ +For Engineers and Scientists +---------------------------- + +A Primer on Scientific Programming with Python +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A Primer on Scientific Programming with Python, written by Hans Petter Langtangen, +mainly covers python's usage in scientific field. In the book, examples are +choosen from mathematics and the natural sciences. + + `A Primer on Scientific Programming with Python `_ + +Numerical Methods in Engineering with Python +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to +emphasis on numerical methods and how to implement them in python. + + `Numerical Methods in Engineering with Python `_ + References ----------