Installation
sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip3 install numpy
sudo pip3 install matplotlib
>> import numpy
>> print(numpy.__version__)
>> import matplotlib
>> print(matplotlib.__version__)
This is the latest version for the numpy and matplotlib.
Usage
- File
introductory.ipynb
has all the required syntax and numpy usage. - File
tasks.ipynb
is concentrated on challanges for based on tutorials. - Run
tasks.ipynb
on ipython kernel and complete the challanges.