From 79e4b7cd3cfb231b2a9b343ecfa6786592a2b355 Mon Sep 17 00:00:00 2001 From: Gary Steele <g.a.steele@tudelft.nl> Date: Thu, 12 Sep 2019 18:57:46 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a04e5d8..6a7bd44 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The notebooks are designed for people with no programming background at all, and * The basic concepts of python: What is is and how it works * Functions in python: How to write them and how to use them * Program flow control: How to control the flow of execution of your code -* Computation in python: Introduction to the numpy library +* Scientific computing in python: Introduction to the numpy library * Data in python: How to load, plot and fit data Each notebook includes a list of detailed learning objectives so you know what you should be learning. -- GitLab