Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-19 00:00:58 +01:00 committed by GitHub
parent b71afc789f
commit 1c7f01c1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ Important VS Code notes:
* [Importing Modules](python_basics/modules/README.md) * [Importing Modules](python_basics/modules/README.md)
* [Built-in Functions](python_basics/built_in/README.md) * [Built-in Functions](python_basics/built_in/README.md)
* [The Python Standard Library](python_basics/standard_libraries/README.md) * [The Python Standard Library](python_basics/standard_libraries/README.md)
* [Dataclass](python_basics/dataclass/README.md)
## Numpy: The Basics of the basics ## Numpy: The Basics of the basics
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md) * [The N-dimensional array (ndarray)](numpy/ndarray/README.md)