本书总结了使用Python进行计算工程和科学计算的一些核心思想。重点是介绍一些与数值算法相关的基本Python(编程)概念。后面的几章涉及数字库,如numpy和scipy,它们比这里提供的空间要大得多。我们的目标是让读者能够独立学习如何使用可用的文档(在线和通过包本身)使用这些库的其他功能。
目录内容: Chapter 1 Introduction Chapter 2 A powerful calculator Chapter 3 Data Types and Data Structures Chapter 4 Introspection Chapter 5 Input and Output Chapter 6 Control Flow Chapter 7 Functions and modules Chapter 8 Functional tools Chapter 9 Common tasks Chapter 10 From Matlab to Python Chapter 11 Python shells Chapter 12 Symbolic computation Chapter 13 Numerical Computation Chapter 14 Numerical Python (numpy): arrays Chapter 15 Visualising Data Chapter 16 Numerical Methods using Python (scipy) Chapter 17 Where to go from here?