Go to file
2019-11-23 20:05:14 +00:00
.gitattributes Create .gitattributes 2019-05-23 19:48:38 +02:00
.gitignore geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
data_source.py geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
generators.py geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
initialise.py geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
LICENSE.txt Fix typo and add a MIT license 2016-07-15 17:11:25 -05:00
numpy_100_random.ipynb geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
numpy_100_with_hints_with_solutions.md geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
numpy_100_with_hints.md geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
numpy_100_with_solutions.md geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
numpy_100.ipynb geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
numpy_100.md geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
README.md geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00
requirements.txt geneartors added and new md and jupyter files created 2019-11-23 20:05:14 +00:00

100 numpy exercises

Binder

This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. Ive also created some problems myself to reach the 100 limit. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach. For extended exercises, make sure to read From Python to NumPy.

Test them on Binder
Read them on GitHub

Note: markdown and ipython notebook are created programmatically from the dictionary in data_source.py. To modify the content of these files, chance the text in data_source.py and then re-generate them via the method into the generators.py module.

This work is licensed under the MIT license.
DOI