A Student's Guide to Python for Physical Modeling
| Philip Nelson (Author) Find all the books, read about the author, and more. See search results for this author |
Use the Amazon App to scan ISBNs and compare prices.
There is a newer edition of this item:
$67.51
(10)
Only 4 left in stock (more on the way).
Python is a computer programming language that is rapidly gaining popularity throughout the sciences. A Student's Guide to Python for Physical Modeling aims to help you, the student, teach yourself enough of the Python programming language to get started with physical modeling. You will learn how to install an open-source Python programming environment and use it to accomplish many common scientific computing tasks: importing, exporting, and visualizing data; numerical analysis; and simulation. No prior programming experience is assumed.
This tutorial focuses on fundamentals and introduces a wide range of useful techniques, including:
- Basic Python programming and scripting
- Numerical arrays
- Two- and three-dimensional graphics
- Monte Carlo simulations
- Numerical methods, including solving ordinary differential equations
- Image processing
- Animation
Numerous code samples and exercises―with solutions―illustrate new ideas as they are introduced. Web-based resources also accompany this guide and include code samples, data sets, and more.
Customers who viewed this item also viewed
What other items do customers buy after viewing this item?
Editorial Reviews
Review
Review
"Kinder and Nelson have written a friendly and succinct, yet surprisingly comprehensive, introduction to scientific programming in Python. It's written not just for computational scientists, but for anyone who needs to plot and analyze experimental data, numerically solve equations, or learn the basics of programming. Even students who have experience in programming will appreciate the thought-provoking exercises and guidelines for getting the most out of Python."
―Vinothan N. Manoharan, Harvard University
"This book is tailor-made for physical scientists beginning to do computation. More than in any other programming book I've read, the authors are conscientious―they anticipate and troubleshoot the areas of confusion readers might encounter. Kinder and Nelson carefully and effectively guide readers toward the goal of formulating a computational problem and solving it."―Justin Bois, California Institute of Technology
"Like patient driving instructors, Kinder and Nelson guide the hands of novice programming students from the get-go, helping them to avoid obstacles and crashes. By the end of the book, students should be racing around confidently like pros, using Python to solve scientific problems of data analysis, modeling, and visualization. A great textbook for a first course in modern scientific programming in any context, and one that I'll be using myself."―Garnet Kin-Lic Chan, Princeton University
"This book covers the basics of Python programming language, with an emphasis on physical modeling. It provides a very useful introduction to Python for undergraduate students and others who have never programmed before."―Zeljko Ivezic, University of Washington
"This is an excellent introductory text, aimed at those with little to no experience in programming. In a clear and concise manner, the authors cover or touch upon all the important aspects of computational science in Python. They guide readers by explaining how to best perform certain common tasks in scientific computing. The book's examples and user exercises are well selected."―Quentin Caudron, Princeton University
From the Back Cover
"Kinder and Nelson's engaging introduction to scientific programming in Python is careful and thorough, and focuses on actual essentials. Bread-and-butter concepts and techniques, belonging in every computational scientist's toolbox, are presented with well-thought-out examples drawn from daily research practice. This is a clever text, inviting students to take that most important step: to dive right in and start coding."--Cornelis Storm, Eindhoven University of Technology
"Kinder and Nelson have written a friendly and succinct, yet surprisingly comprehensive, introduction to scientific programming in Python. It's written not just for computational scientists, but for anyone who needs to plot and analyze experimental data, numerically solve equations, or learn the basics of programming. Even students who have experience in programming will appreciate the thought-provoking exercises and guidelines for getting the most out of Python."
--Vinothan N. Manoharan, Harvard University
"This book is tailor-made for physical scientists beginning to do computation. More than in any other programming book I've read, the authors are conscientious--they anticipate and troubleshoot the areas of confusion readers might encounter. Kinder and Nelson carefully and effectively guide readers toward the goal of formulating a computational problem and solving it."--Justin Bois, California Institute of Technology
"Like patient driving instructors, Kinder and Nelson guide the hands of novice programming students from the get-go, helping them to avoid obstacles and crashes. By the end of the book, students should be racing around confidently like pros, using Python to solve scientific problems of data analysis, modeling, and visualization. A great textbook for a first course in modern scientific programming in any context, and one that I'll be using myself."--Garnet Kin-Lic Chan, Princeton University
"This book covers the basics of Python programming language, with an emphasis on physical modeling. It provides a very useful introduction to Python for undergraduate students and others who have never programmed before."--Zeljko Ivezic, University of Washington
"This is an excellent introductory text, aimed at those with little to no experience in programming. In a clear and concise manner, the authors cover or touch upon all the important aspects of computational science in Python. They guide readers by explaining how to best perform certain common tasks in scientific computing. The book's examples and user exercises are well selected."--Quentin Caudron, Princeton University
About the Author
I'd like to read this book on Kindle
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Princeton University Press (September 22, 2015)
- Language : English
- Paperback : 160 pages
- ISBN-10 : 0691170509
- ISBN-13 : 978-0691170503
- Item Weight : 12 ounces
- Dimensions : 8 x 0.25 x 9.75 inches
- Best Sellers Rank: #1,568,994 in Books (See Top 100 in Books)
- #1,787 in Python Programming
- #2,470 in Physics (Books)
- #3,527 in Microsoft Programming (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews right now. Please try again later.
I am only up to page 25 and already found three errors/typos:
1) page 18: L.pop() will remove the first item in the list => L.pop() will remove the last item in the list
2) page 22: it useful => it is useful
3) page 25: N = np.size(A, 1) => N = np.size(A, 0)
I cannot endure any such errors/typos for a textbook.
I also don't like this kind of statements: "try XXX and explain the result". The purpose of buying a book to read is to make life easy. One may read a book without even touching a computer.


