A Student's Guide to Python for Physical Modeling
eBook - ePub

A Student's Guide to Python for Physical Modeling

Second Edition

  1. 240 pages
  2. English
  3. ePUB (mobile friendly)
  4. Only available on web
eBook - ePub

A Student's Guide to Python for Physical Modeling

Second Edition

Book details
Table of contents
Citations

About This Book

A fully updated tutorial on the basics of the Python programming language for science students Python is a computer programming language that has gained popularity throughout the sciences. This fully updated second edition of 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 guide introduces a wide range of useful tools, including:

  • Basic Python programming and scripting
  • Numerical arrays
  • Two- and three-dimensional graphics
  • Animation
  • Monte Carlo simulations
  • Numerical methods, including solving ordinary differential equations
  • Image processing


Numerous code samples and exercises—with solutions—illustrate new ideas as they are introduced. This guide also includes supplemental online resources: code samples, data sets, tutorials, and more. This edition includes new material on symbolic calculations with SymPy, an introduction to Python libraries for data science and machine learning (pandas and sklearn), and a primer on Python classes and object-oriented programming. A new appendix also introduces command line tools and version control with Git.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access A Student's Guide to Python for Physical Modeling by Jesse M. Kinder,Philip Nelson in PDF and/or ePUB format, as well as other popular books in Physical Sciences & Physics. We have over one million books available in our catalogue for you to explore.

Information

Year
2024
ISBN
9780691270890
Edition
0

Table of contents

  1. Cover
  2. Half Title
  3. Title
  4. Copyright
  5. Dedication
  6. Contents
  7. Let’s Go
  8. 1 Getting Started with Python
  9. 2 Organizing Data
  10. 3 Structure and Control
  11. 4 Data In, Results Out
  12. 5 First Computer Lab
  13. 6 Random Number Generation and Numerical Methods
  14. 7 Second Computer Lab
  15. 8 Images and Animation
  16. 9 Third Computer Lab
  17. 10 Advanced Techniques
  18. Get Going
  19. A Installing Python
  20. B Command Line Tools
  21. C Jupyter Notebooks
  22. D Errors and Error Messages
  23. E Python 2 versus Python 3
  24. F Under the Hood
  25. G Answers to “Your Turn” Questions
  26. Acknowledgments
  27. Recommended Reading
  28. Index