Go to file
Nicolas P. Rougier 22f47a6e0b
Merge pull request #148 from Sword-holder/master
Fix solution of question 76.
2021-04-26 09:31:08 +02:00
.github Create FUNDING.yml 2020-04-06 16:11:55 +02:00
source Fix solution of question 76. 2021-04-21 16:11:23 +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 Updated question 37, keep previous solution for reference 2021-04-09 10:50:11 +02:00
100_Numpy_exercises_with_hints.md replace the solution of problem 66 and set the difficulty 2021-03-11 17:10:53 +08:00
100_Numpy_exercises_with_solutions.md Updated question 37, keep previous solution for reference 2021-04-09 10:50:11 +02:00
100_Numpy_exercises.ipynb Updated question 37, keep previous solution for reference 2021-04-09 10:50:11 +02:00
100_Numpy_exercises.md replace the solution of problem 66 and set the difficulty 2021-03-11 17:10:53 +08:00
100_Numpy_random.ipynb Updated question 37, keep previous solution for reference 2021-04-09 10:50:11 +02: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