.gitattributes | ||
.gitignore | ||
data_source.py | ||
generators.py | ||
initialise.py | ||
LICENSE.txt | ||
numpy_100_random.ipynb | ||
numpy_100_with_hints_with_solutions.md | ||
numpy_100_with_hints.md | ||
numpy_100_with_solutions.md | ||
numpy_100.ipynb | ||
numpy_100.md | ||
README.md | ||
requirements.txt |
100 numpy exercises
This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. I’ve 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.