Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
39c13b7ed1
commit
27e89b1ab2
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ Important VS Code notes:
|
|||
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md)
|
||||
* [Dimensions and shape](numpy/dimensions/README.md)
|
||||
- [Broadcasting: Automatic adaption of dimensions](numpy/broadcasting/README.md)
|
||||
* [Making a matrix from numerical ranges](numpy/numerical_ranges/README.md)
|
||||
* [Making a matrix from numerical ranges](numpy/numerical_ranges/README.md)
|
||||
* [Convert other data into numpy arrays e.g. asarray](numpy/convert_into_ndarray/README.md)
|
||||
* [New matrix](numpy/new_matrix/README.md)
|
||||
* [Save and load](numpy/load_save/README.md)
|
||||
* [Reshape and flatten](numpy/reshape/README.md)
|
||||
|
|
Loading…
Reference in a new issue