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.ipynbhas all the required syntax and numpy usage. - File
tasks.ipynbis concentrated on challanges for based on tutorials. - Run
tasks.ipynbon ipython kernel and complete the challanges.