Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9ee8fc01d2
commit
af3b818dd4
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ Important VS Code notes:
|
|||
* [Memory layout of Numpy matrices](numpy/layout/README.md)
|
||||
* [Stack and Split, Compress](numpy/stack_split/README.md)
|
||||
* [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)
|
||||
* 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)
|
||||
* [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)
|
||||
|
|
Loading…
Reference in a new issue