파이썬의 수학적 계산에서 , NumPy는 필수적입니다.
Kyubyong님의 numpy_exercises 를 본따 한국어로 번역해 놓은 것입니다.
- 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)