GRACE COE-CSE-GE3171-Problem Solving and Python Programming Laboratory-Ex8b- Implementing Numpy programs using written modules and Python Standard Libraries
This video shows how to write a python program to implement Numpy programs using written modules and Python Standard Libraries
PROGRAM:
import numpy as np
a = np.array([[1,2,3,4], [5,6,7,8], [9,10,11,12]])
print(a)
print(a.shape)
b = a[1:, 2:]
print(b)
On this page of the site you can watch the video online GRACE COE-CSE-GE3171-Problem Solving and Python Programming Laboratory-Ex8b with a duration of hours minute second in good quality, which was uploaded by the user GRACE COLLEGE OF ENGINEERING 04 April 2022, share the link with friends and acquaintances, this video has already been watched 701 times on youtube and it was liked by 2 viewers. Enjoy your viewing!