Skip to content

Kyubyong/numpy_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 4, 2019
cb90db2 · Feb 4, 2019

History

51 Commits
Dec 14, 2016
Dec 11, 2018
Dec 11, 2018
Dec 13, 2018
Dec 11, 2018
Dec 11, 2018
Dec 13, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 24, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Nov 19, 2016
Nov 2, 2017

Repository files navigation

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