-
Book Overview & Buying
-
Table Of Contents
Practical Data Analysis
By :
According to the official website http://www.numpy.org/, NumPy is the fundamental package for scientific computing with Python. It contains amongst other things:
A powerful N-dimensional array object
Sophisticated (broadcasting) functions
Tools for integrating C/C++ and Fortran code
Useful linear algebra, Fourier transform, and random number capabilities
Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of the generic data. Arbitrary datatypes can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of datasets.
To install numpy, simply open a command prompt and run.
$ sudo apt-get install python3-numpy
To check whether everything is installed correctly, just execute the Python Shell shown as follows:
$ idle3
Then execute the following commands:
>>> import numpy >>> numpy.test()
We need to use the nose library (that extends...
Change the font size
Change margin width
Change background colour