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

Published: 20 December 2018
on channel: 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


On this page of the site you can watch the video online ndarray in python numpy || multidimensional array || array || python || Ak with a duration of hours minute second in good quality, which was uploaded by the user CSE TECH'S 20 December 2018, share the link with friends and acquaintances, this video has already been watched 452 times on youtube and it was liked by 13 viewers. Enjoy your viewing!