From 43472580003b516719417d1ab65a427e55cfbef1 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:44:35 +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 20713c8..7d74827 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Important VS Code notes: * [Manipulation of integers and their bits](numpy/bits_and_integers​/README.md) * [Numba: Numpy just in time compiler -- speeding Numpy up](numpy/numba/README.md) * [Numpy <-> JSON over Pandas](numpy/JSON/README.md) +* [Resize: Compensation for bad planning? Don't!](numpy/resize/README.md) ## Numpy: Matlab topics * [Dealing with Matlab files](numpy/mat_files/README.md)