A Primer on Scientific Programming with Python

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.

From the reviews:

Langtangen … does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. … Summing Up: Highly recommended.
F. H. Wild III, Choice, Vol. 47 (8), April 2010

Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.”
John D. Cook, The Mathematical Association of America, September 2011

This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.
Alex Small, IEEE, CiSE Vol. 14 (2), March/April 2012

Author(s): Hans Petter Langtangen
Series: Texts in Computational Science and Engineering 6
Edition: 4
Publisher: Springer-Verlag Berlin Heidelberg
Year: 2014

Language: English
Pages: 872
Tags: Computational Science and Engineering; Programming Techniques; Software Engineering/Programming and Operating Systems; Mathematics of Computing; Numerical and Computational Physics

Front Matter....Pages i-xxxi
Computing with formulas....Pages 1-51
Loops and lists....Pages 53-92
Functions and branching....Pages 93-146
User input and error handling....Pages 147-220
Array computing and curve plotting....Pages 221-300
Dictionaries and Strings....Pages 301-371
Introduction to classes....Pages 373-445
Random numbers and simple cames....Pages 447-521
Object-oriented programming....Pages 523-600
Back Matter....Pages 601-872