A Primer on Scientific Programming with Python
Theaimofthisbookistoteachcomputerprogrammingusingexamples from mathematics and the natural sciences. We have chosen to use the Python programming language because it combines remarkable power with very clean, simple, and compact syntax. Python is easy to learn and very well suited for an introductio...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berlin, Heidelberg :
Springer Berlin Heidelberg,
2009.
|
Series: | Texts in Computational Science and Engineering,
6 |
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Computing with Formulas
- Basic Constructions
- Input Data and Error Handling
- Array Computing and Curve Plotting
- Sequences and Difference Equations
- Files, Strings, and Dictionaries
- to Classes
- Random Numbers and Simple Games
- Object-Oriented Programming.