<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Eike Welk wrote:
<blockquote cite="mid:201003281543.22999.eike.welk@gmx.net" type="cite">
  <pre wrap="">On Saturday March 27 2010 16:21:26 AG wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I apologise in advance for the vagueness of this query, but I am looking
for a decent modern introduction to modelling using Python.
Specifically, I want something that is a good introduction (i.e. doesn't
expect one to already be a maths/ statistics or a programming guru) and
that has an ecology/ environmental science orientation. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You should look at the book "Python Scripting for Computational Science" by 
Hans Petter Langtangen:
<a class="moz-txt-link-freetext" href="http://www.amazon.com/Python-Scripting-Computational-Science">http://www.amazon.com/Python-Scripting-Computational-Science</a>-
Engineering/dp/3540435085
<a class="moz-txt-link-freetext" href="http://books.google.com/books?id=YEoiYr4H2A0C&printsec=frontcover&dq=">http://books.google.com/books?id=YEoiYr4H2A0C&amp;printsec=frontcover&amp;dq=</a>"Python+Scripting+for+Computational+Science"&amp;source=bl&amp;ots=ovp_JKREiY&amp;sig=tJkigCLDqS6voOOjmL4xDxw0roM&amp;hl=en&amp;ei=OlWvS8PmE4r94Aa42vzgDw&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=5&amp;ved=0CBEQ6AEwBA#v=onepage&amp;q=&amp;f=false

It is an introduction to the Python language, and to a big number of tools for 
numerical computations. The book assumes that you have already some practice 
in writing computer programs. 

The book is not oriented towards ecology, the examples are from mechanical 
engineering. 

The book is however a bit dated, it's from 2004. Therefore many examples will 
need to be slightly altered to work with the current versions of the libraries 
that they use. 



Alternatively you could ask your question on the Numpy/Scipy mailing lists. 
These lists are frequented by scientists that use Python for their 
computations.  
<a class="moz-txt-link-freetext" href="http://www.scipy.org/Mailing_Lists">http://www.scipy.org/Mailing_Lists</a>



Eike.
_______________________________________________
  </pre>
</blockquote>
<br>
Eike<br>
<br>
I just wanted to come back to you on the book recommendation you made
"Python scripting for computational science" - I tracked down a
cheapish copy of the 3rd edition from 2009 and flipping through it (it
only arrived yesterday), it seems like it is going to be very useful.&nbsp;
Certainly it draws a lot on numpy, goes into using Tcl for GUIs, and a
number of recipes for scripting, regular expressions and so on ... lots
to get my head around.&nbsp; With respect to my original question then,
equipped with this book you recommended, a book on differential
equations, and one on an intro to environmental modelling, that should
give me enough to work on for the time being.<br>
<br>
So, just wanted to close the circle by letting you know that I took
your recommendation, and it looks like it will pay off in time.<br>
<br>
Thank you.<br>
<br>
AG<br>
</body>
</html>