Learn practical skills, build real-world projects, and advance your career

100 numpy exercises

Source: https://github.com/rougier/numpy-100

How to run this notebook

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

How to get help

If you are stuck, you can ask for help on the community forum: https://jovian.ml/forum/t/100-numpy-exercises-hints-discussions-help/10561 . You can get help with errors, ask for hints, and share your solutions with others.

If you're new to Numpy, check out this notebook for a quick tutorial: https://jovian.ml/aakashns/python-numerical-computing-with-numpy

Saving your work

Remember to save a snapshot of your work from time to time using to your Jovian.ml account.

pip install jovian --upgrade
Requirement already satisfied: jovian in c:\users\aco\anaconda3\lib\site-packages (0.2.38) Requirement already satisfied: requests in c:\users\aco\anaconda3\lib\site-packages (from jovian) (2.22.0) Requirement already satisfied: click in c:\users\aco\anaconda3\lib\site-packages (from jovian) (7.0) Requirement already satisfied: uuid in c:\users\aco\anaconda3\lib\site-packages (from jovian) (1.30) Requirement already satisfied: pyyaml in c:\users\aco\anaconda3\lib\site-packages (from jovian) (5.3) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\aco\anaconda3\lib\site-packages (from requests->jovian) (3.0.4) Requirement already satisfied: idna<2.9,>=2.5 in c:\users\aco\anaconda3\lib\site-packages (from requests->jovian) (2.8) Requirement already satisfied: certifi>=2017.4.17 in c:\users\aco\anaconda3\lib\site-packages (from requests->jovian) (2020.12.5) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\aco\anaconda3\lib\site-packages (from requests->jovian) (1.25.8) Note: you may need to restart the kernel to use updated packages.
WARNING: You are using pip version 21.0.1; however, version 21.1.1 is available. You should consider upgrading via the 'C:\Users\aco\anaconda3\python.exe -m pip install --upgrade pip' command.
!pip install jovian --upgrade --quiet
WARNING: You are using pip version 21.0.1; however, version 21.1.1 is available. You should consider upgrading via the 'c:\users\aco\anaconda3\python.exe -m pip install --upgrade pip' command.
import jovian