Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
4e62d36140
commit
e8a497c5b7
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
@ -84,12 +84,18 @@ Important VS Code notes:
|
|||
* [Meshgrid](numpy/mesh_grid/README.md)
|
||||
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
|
||||
|
||||
## Numpy: Special topics
|
||||
* [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)
|
||||
|
||||
## Numpy: Matlab topics
|
||||
* [Dealing with Matlab files](numpy/mat_files/README.md)
|
||||
* [Matlab is also just a Python package](matlab/matlab_as_a_python_pakage/README.md)
|
||||
* [Running Python remotely from Matlab](matlab/python_used_by_matlab/README.md)
|
||||
|
||||
In the case you know Matlab check here:
|
||||
[NumPy for MATLAB users](numpy/matlab_guide/README.md)
|
||||
|
||||
## Numpy: Special topics
|
||||
* [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md)
|
||||
|
||||
## Matplotlib.pyplot
|
||||
* [Simple plot and imshow examples](matplotlib/basics/README.md)
|
||||
* [Subplot](matplotlib/subplot/README.md)
|
||||
|
@ -100,11 +106,6 @@ In the case you know Matlab check here:
|
|||
* [Basics](pandas/basics/README.md)
|
||||
|
||||
|
||||
## Numpy
|
||||
* [Beyond normal np.save](numpy/save_special/README.md)
|
||||
* [Dealing with Matlab files](numpy/mat_files/README.md)
|
||||
* [Matlab is also just a Python package](matlab/matlab_as_a_python_pakage/README.md)
|
||||
* [Running Python remotely from Matlab](matlab/python_used_by_matlab/README.md)
|
||||
|
||||
|
||||
## Sci-kit Learn
|
||||
|
|
Loading…
Reference in a new issue