From dea446614f235482d46b52699352b939ca7a0020 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:49: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 0bcd1e3..f7afb22 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Important VS Code notes: * Iterating over an array / matrix - [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md) - [Replacing an inner for loop with apply_along_axis](numpy/iterating/README.md) + - [nested_iters](numpy/nested_iters/README.md) * [Manipulation of integers and their bits](numpy/bits_and_integers​/README.md) * [Numpy <-> JSON over Pandas](numpy/JSON/README.md) * [Resize: Compensation for bad planning? Don't!](numpy/resize/README.md)