HOME/Articles/

mysql example Telusko Python nump (snippet)

Article Outline

Python mysql example 'Telusko Python nump'

Modules used in program:

  • import Training

python Telusko Python nump

Python mysql example: Telusko Python nump

from numpy import *
import Training

"""arr = array([[1,2,3,4,5,9],[4,8,9,6,5,1]])

arr2 = arr.flatten()

arr3 = matrix('1 2 3 ; 4 5 9 ; 4 8 9')
arr4 = matrix('1 2 ; 5 9 ; 4 9')


print(arr3 * arr4)"""


print("Hello: "+__name__)