Ricco Rakotomalala http://data-mining-tutorials.blogspot.fr/

• NumPy (numerical python) is a package for scientific computing. It ... #number of rows and columns (tuple) ... #printing all the values print(v) #indexed access – first valus print(v[0,0]) # 1.2 #last value – note the use of “shape” which is a tuple ................
................