Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.11 KB

File metadata and controls

13 lines (9 loc) · 1.11 KB

Introduction to Scientific Programming with Python

This repository contains source files and additional resources for the book "Introduction to scientific programming with Python", published as part of the Simula SpringerBriefs on Computing, 2020.

The book gives a brief introduction to Python programming for scientific and computational applications, and is based on "A Primer on Scientific Programming with Python". It iwas written for the introductory programming course "IN1900 – Introduction to Programming with Scientific Applications" at the University of Oslo.

The following material is included in the repo:

  • Source files and figure files for the main book and its individual chapters, in Doconce format
  • Source files for a set of supplementary chapters on solving ODEs in Python, also in Doconce
  • A complete pdf version of the ODE chapters
  • Jupyter notebook versions of all chapters of the main book as well as the additional ODE chapters
  • Source code for most code examples presented in the book