Introduction to Scientific Programming with Python

简介:
本书提供了使用Python编程语言进行科学和计算应用程序编程的初步介绍。演示风格紧凑且基于示例,使其适合具有很少或没有编程经验的学生和研究人员。本书使用数学和自然科学中的相关示例来呈现编程作为实用工具箱,可以快速使读者编写自己的程序进行数据处理和数学建模。
本书是在CC BY许可证4.0下开放访问的。
英文简介:
This book was originally written as a set of lecture notes to the book A Primer on Scientific Programming with Python by Hans Petter Langtangen1, and can be used either as a supplement to that book or on its own, as a compact introduction to scientific programming. Langtangen's book and these lecture notes, have formed the core of an introductory course on scientific programming at the University of Oslo (INF1100/IN1900, 10 ETCS credits). The course has been running since 2007 and is primarily taken by first-year students of mathematics, engineering, physics, chemistry, and geosciences.
The writing of these lecture notes, and their subsequent evolution into a book, were primarily motivated by two factors. The first was that many students found the nearly 1000 pages of Langtangen's book a bit overwhelming as a first introduction to programming. This effect could be mostly psychological, since the book is well structured and suited for selective study of chapters and sections, but the student feedback from students still indicated the need for a more compact and (literally) lightweight introduction. The second factor was that, sadly, Hans Petter Langtangen passed away in 2016, and his book has therefore not been updated to the newest versions of Python and the various tools introduced in the book. This issue could also be mostly a mental obstacle, since the differences between the Python versions are quite small, and only minor edits are needed to make most of the examples from the original book run on the newest Python platform. However, the book is intended as an introduction to programming, and when learning an entirely new topic, any minor inconsistency is a potential source of confusion. I therefore saw the need for an updated document where all the code examples would run without any modifications on the most common Python platforms. That said, in spite of these minor shortcomings as an introductory text, Langtangen's book is still an excellent resource on scientific programming in Python. Compared with the present book, it covers a much broader set of topics and includes more examples, more detailed discussions and explanations, and many more useful programming hints and tips. I highly recommend it as a supplement to these notes for anyone with ambitions to become an expert scientific programmer.
- 书名
- Introduction to Scientific Programming with Python
- 译名
- Python 科学编程简介
- 语言
- 英语
- 年份
- 2020
- 页数
- 157页
- 大小
- 1.87 MB
- 标签
- Python
- 下载
Introduction to Scientific Programming with Python.pdf
- 密码
- 65536
最后更新:2025-04-12 23:54:38
←Learning the Pandas Library: Python Tools for Data Munging, Analysis, and Visualization
→Modeling and Simulation in Python: Use Computation to Predict and Explain the World