Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Numpy exercises. Thanks @Kyubyong! This would be an amazing set of exercises for our freshers to learn from!

License

Notifications You must be signed in to change notification settings

iitmcvg/numpy_exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 basic outline will be as follows.

  • Array creation routines (DONE)
  • Array manipulation routines (DONE)
  • String operations (WIP)
  • Numpy-specific help functions (DONE)
  • Indexing routines (WIP)
  • Input and output (WIP)
  • Linear algebra (numpy.linalg) (DONE)
  • Logic functions (DONE)
  • Mathematical functions (WIP)
  • Random sampling (numpy.random) (DONE)
  • Set routines (DONE)
  • Sorting, searching, and counting (WIP)
  • Statistics (WIP)

Nov., 2016 Kyubyong

About

Numpy exercises. Thanks @Kyubyong! This would be an amazing set of exercises for our freshers to learn from!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%