From 557474f480c7042d1252643f367b903f03ee2a60 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:12:48 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2cd5902..c717432 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Python: The Basics of the basics * [Truth Value Testing](Truth_Value_Testing/README.md) +## Numpy +* [Beyond normal np.save](numpy_save_special/README.md) + ## Python: Data analysis * [Numpy: Random numbers the non-legacy way](numpy_random/README.md)