From 3354cd2973b1437ebb9dcbe8d6f2e738f544322c Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:38:31 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a61410..cc9d29e 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Important VS Code notes: * [Dimensions and shape](numpy/dimensions/README.md) * [Making a matrix from numerical ranges](numpy/numerical_ranges​/README.md) * [New matrix](numpy/new_matrix/README.md) +* [Save and load](numpy/load_save/README.md) * [Reshape and flatten](numpy/reshape/README.md) * [Slices and Views](numpy/slices_views/README.md) * [Where](numpy/where/README.md)