Go to file
Yifan 4c9a228d49
Fix Q.49
Before: `threshold=np.nan` 
After : `threshold=float("inf")`

`np.nan` may fail in latest version.
2020-07-01 08:53:43 +08:00
.github Create FUNDING.yml 2020-04-06 16:11:55 +02:00
source Fix Q.49 2020-07-01 08:53:43 +08: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
100_Numpy_exercises_with_hints_with_solutions.md Q25 minor changes 2020-06-09 14:07:54 -07:00
100_Numpy_exercises_with_hints.md changes for Q29 2020-05-28 15:35:39 -07:00
100_Numpy_exercises_with_solutions.md Q25 minor changes 2020-06-09 14:07:54 -07:00
100_Numpy_exercises.ipynb changes for Q29 2020-05-28 15:35:39 -07:00
100_Numpy_exercises.md changes for Q29 2020-05-28 15:35:39 -07:00
100_Numpy_random.ipynb trailing File addressed 2020-01-21 14:09:14 +00:00
generators.py Fix error when running initialise.py on localized Windows 2020-02-29 21:05:15 +03:00
initialise.py rename and ktx source files added 2020-01-12 14:22:49 +00:00
LICENSE.txt Fix typo and add a MIT license 2016-07-15 17:11:25 -05:00
README.md rename and ktx source files added 2020-01-12 14:22:49 +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 source data in source/exercises.ktx. To modify the content of these files, please change the text in the source and run the generators.py module with a python interpreter with the libraries under requirements.txt installed.

The keyed text format (ktx) is a minimal human readable key-values to store text (markdown or others) indexed by keys.

This work is licensed under the MIT license.
DOI