Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2335c8e

Browse filesBrowse files
authored
Update README.md
1 parent 38b5300 commit 2335c8e
Copy full SHA for 2335c8e

File tree

1 file changed

+15
-1
lines changed
Filter options

1 file changed

+15
-1
lines changed

‎README.md

Copy file name to clipboard
+15-1Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# numpy exercises
22

3-
In numerical computing in python, numpy is essential. I'm writing some simple (one or a few lines) but helpful exercises based on each of numpy's functions. The basic outline will follow this page: https://docs.scipy.org/doc/numpy/reference/routines.html
3+
In numerical computing in python, numpy is essential. I'm writing some simple (a few lines) but helpful exercises based on each of numpy's functions. The basic outline will be as follows.
4+
5+
* Array creation routines (DONE)
6+
* Array manipulation routines (DONE)
7+
* String operations (WIP)
8+
* Numpy-specific help functions (DONE)
9+
* Indexing routines (WIP)
10+
* Input and output (WIP)
11+
* Linear algebra (numpy.linalg) (DONE)
12+
* Logic functions (DONE)
13+
* Mathematical functions (WIP)
14+
* Random sampling (numpy.random) (DONE)
15+
* Set routines (DONE)
16+
* Sorting, searching, and counting (WIP)
17+
* Statistics (WIP)
418

519
Nov., 2016
620
Kyubyong

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.