diff --git a/README.md b/README.md index 301367d..5f05216 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Numpy: The Basics of the basics * [New matrix](numpy/new_matrix/README.md) +* [Available dtype](numpy/dtype/README.md) * [Constants](numpy/constants/README.md) * [Random numbers the non-legacy way](numpy/random/README.md)