Skip to content

Commit c4865b0

Browse files
committedNov 19, 2019
Add illustration of using structured numpy arrays
1 parent f747e74 commit c4865b0

File tree

2 files changed

+513
-0
lines changed

2 files changed

+513
-0
lines changed
 

‎source-code/numpy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ algorithms for scientific computing (Lapack, statistics,...).
2727
numexpr module.
2828
1. `numpy.ipynb`: Jupyter notebook illustrating some numpy aspects like
2929
array slicing, adding dimension to arrays, and so on.
30+
1. `structured_arrays.ipynb`: Jupyter notebook illustration creating of and
31+
working with structured numpy arrays.
3032
1. `optimization.py`: illustration of how to use the `scipy.optimize` for
3133
unconstrained multivariate optimization
3234
1. `target_function_plot.py`: script that creates a surface plot of the

0 commit comments

Comments
 (0)