numpy-100
100 numpy exercises (with solutions)
File Explorer
Download Latest Version (.zip)- generate_solutions_files.yml
- FUNDING.yml
- exercises100.ktx
- headers.ktx
- .gitattributes
- .gitignore
- 100_Numpy_exercises.ipynb
- 100_Numpy_exercises.md
- 100_Numpy_exercises_with_hints.md
- 100_Numpy_exercises_with_hints_with_solutions.md
- 100_Numpy_exercises_with_solutions.md
- 100_Numpy_random.ipynb
- generators.py
- initialise.py
- LICENSE.txt
- README.md
- requirements.txt
- runtime.txt
# Installation Guide
1. Get the code
git clone https://github.com/rougier/numpy-100
Downloads the entire project code from GitHub to your computer.
cd numpy-100
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
