From 7356b133edb6f407a06f44b6ddb7f5c72275ea21 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:25:50 +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 8f7ddab..52a5a17 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Important VS Code notes: * [Beyond normal np.save](numpy/save_special/README.md) * [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md) * [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: Matlab topics * [Dealing with Matlab files](numpy/mat_files/README.md)