From 4e62d3614073da6e805b9cdcd5bcc256caa0203e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:37:18 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b9c00a4..063f4a8 100644 --- a/README.md +++ b/README.md @@ -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)