株式会社極東書店トップ > 商品一覧 > Introduction to Python for Science and Engineering. 2nd edition
商品詳細
Introduction to Python for Science and Engineering. 2nd edition
・ISBN 978-1-032-67390-5 paper GB£ 55.99
¥17,737.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
| 著者・編者 | Pine, David J., |
|---|---|
| シリーズ | (Series in Computational Biophysics) |
| 出版社 | (CRC Press, UK) |
| 出版年月 | 2024 |
| ページ数 | 420 pp. |
| 言語 | ENG |
| ニュース番号 | <A02-74173> |
解説
Introduction to Python for Science and Engineering offers a quick and incisive introduction to the Python programming language for use in any science or engineering discipline. The approach is pedagogical and "bottom up," which means starting with examples and extracting more general principles from that experience. No prior programming experience is assumed.
Readers will learn the basics of Python syntax, data structures, input and output, conditionals and loops, user-defined functions, plotting, animation, and visualization. They will also learn how to use Python for numerical analysis, including curve fitting, random numbers, linear algebra, solutions to nonlinear equations, numerical integration, solutions to differential equations, and fast Fourier transforms.
Readers learn how to interact and program with Python using JupyterLab and Spyder, two simple and widely used integrated development environments.
All the major Python libraries for science and engineering are covered, including NumPy, SciPy, Matplotlib, and Pandas. Other packages are also introduced, including Numba, which can render Python numerical calculations as fast as compiled computer languages such as C but without their complex overhead.