Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-29 14:54:26 +01:00 committed by GitHub
parent 174449eaea
commit 0867cb6711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ Important VS Code notes:
* [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 <-> JSON over Pandas](numpy/JSON/README.md)
## Numpy: Matlab topics
* [Dealing with Matlab files](numpy/mat_files/README.md)