ndarray in python numpy || multidimensional array || array || python || Ak

Veröffentlicht am: 20 Dezember 2018
auf dem Kanal: CSE TECH'S
452
13

#numpy.array
***********************************************************************
#one dimensional array
#import numpy as np
#a = np.array([1,2,3])
#print(a)
*********************************************************************************
more than one dimensions
#import numpy as np
#a = np.array([[1, 2], [3, 4]])
#print(a)
*******************************************************************************

minimum dimensions
#import numpy as np
#a = np.array([1, 2, 3,4,5], ndmin = 2)
#print(a)
***************************************************************************

dtype parameter
import numpy as np
a = np.array([1, 2, 3], dtype = complex)
print(a)
***********************************************************************

if you found it usefull
please subscribe to my channel
if you like this info please like the video
and share with your friends so they can learn too


Auf dieser Seite können Sie das Online-Video ndarray in python numpy || multidimensional array || array || python || Ak mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer CSE TECH'S 20 Dezember 2018 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 452 Mal angesehen und es wurde von 13 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!