Go to file
2021-03-09 21:42:18 +08:00
.github Create FUNDING.yml 2020-04-06 16:11:55 +02:00
source Give another solution of problem #66, and fix the old solution as #142 did 2021-03-09 21:42:18 +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 Give another solution of problem #66, and fix the old solution as #142 did 2021-03-09 21:42:18 +08:00
100_Numpy_exercises_with_hints.md modification 2021-01-04 17:01:42 +08:00
100_Numpy_exercises_with_solutions.md Give another solution of problem #66, and fix the old solution as #142 did 2021-03-09 21:42:18 +08:00
100_Numpy_exercises.ipynb modification 2021-01-04 17:01:42 +08:00
100_Numpy_exercises.md modification 2021-01-04 17:01:42 +08:00
100_Numpy_random.ipynb modification 2021-01-04 17:01:42 +08: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