Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
abfdadc4c5
commit
4e62d36140
1 changed files with 6 additions and 0 deletions
|
@ -56,9 +56,12 @@ Important VS Code notes:
|
|||
* [Importing Modules](python_basics/modules/README.md)
|
||||
* [Built-in Functions](python_basics/built_in/README.md)
|
||||
* [Built-in Keywords](python_basics/keywords/README.md)
|
||||
|
||||
## Python: Special topics
|
||||
* [The Python Standard Library](python_basics/standard_libraries/README.md)
|
||||
* [Dataclass](python_basics/dataclass/README.md)
|
||||
|
||||
|
||||
## Numpy: The Basics of the basics
|
||||
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md)
|
||||
* [Dimensions and shape](numpy/dimensions/README.md)
|
||||
|
@ -84,6 +87,9 @@ Important VS Code notes:
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue