From 889bf9dfff287bf0c3ccc3320d1783f598325b38 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:57:38 +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 9faf984..77acfe9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Important VS Code notes: * [The Python Standard Library​](python_basics/standard_libraries/README.md) ## Numpy: The Basics of the basics +* [The N-dimensional array (ndarray)​](numpy/ndarray​/README.md) * [Making a matrix from numerical ranges](numpy/numerical_ranges​/README.md) * [New matrix](numpy/new_matrix/README.md) * [Reshape and flatten](numpy/reshape/README.md)