forked from Kyubyong/numpy_exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md
More file actions
20 lines (17 loc) · 674 Bytes
/
README.md
File metadata and controls
20 lines (17 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# NumPy Exercises
In numerical computing in python, NumPy is essential. I'm writing simple (a few lines for each problem) but hopefully helpful exercises based on each of numpy's functions. The outline will be as follows.
* Array creation routines (DONE)
* Array manipulation routines (DONE)
* String operations (DONE)
* Numpy-specific help functions (DONE)
* Input and output (DONE)
* Linear algebra (DONE)
* Discrete Fourier Transform (DONE)
* Logic functions (DONE)
* Mathematical functions (DONE)
* Random sampling (numpy.random) (DONE)
* Set routines (DONE)
* Sorting, searching, and counting (DONE)
* Statistics (DONE)
Nov., 2016
Kyubyong