Skip to content

Commit 3302255

Browse files
committed
[update] folder 구조 변경
1 parent cb90db2 commit 3302255

29 files changed

+4819
-3616
lines changed

.ipynb_checkpoints/Untitled-checkpoint.ipynb

Lines changed: 601 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# NumPy Exercises
1+
# NumPy 예제
22

3-
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.
3+
파이썬의 수학적 계산에서 , NumPy는 필수적입니다.
4+
5+
[Kyubyong님의 numpy_exercises](https://github.com/Kyubyong/numpy_exercises) 를 본따 한국어로 번역해 놓은 것입니다.
46

57
* Array creation routines (DONE)
68
* Array manipulation routines (DONE)
@@ -16,5 +18,4 @@ In numerical computing in python, NumPy is essential. I'm writing simple (a few
1618
* Sorting, searching, and counting (DONE)
1719
* Statistics (DONE)
1820

19-
Nov., 2016
20-
Kyubyong
21+

0 commit comments

Comments
 (0)