Skip to content

Commit a836046

Browse files
authored
Merge pull request #4 from gjbex/development
Various improvements and fixes
2 parents 87e0ab4 + 73abefd commit a836046

File tree

4 files changed

+778
-0
lines changed

4 files changed

+778
-0
lines changed

scientific_python.pptx

-1.49 KB
Binary file not shown.

source-code/numpy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ 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. `indexing_arrays.ipynb`: indexing using `...`, `np.newaxis`
3031
1. `structured_arrays.ipynb`: Jupyter notebook illustration creating of and
3132
working with structured numpy arrays.
3233
1. `optimization.py`: illustration of how to use the `scipy.optimize` for

0 commit comments

Comments
 (0)