What are the key features of Python?
Sir , when I execute "C=np.arrange(1,26).reshape(5,5) , it says that module 'numpy' has no attribute 'arrange'.....Please help me out
unable to understand the answer of exercise 2 plz help me
i tried to use the column index as well for accessing 1st columnc[0:4][0]..but it returns array([1, 2, 3, 4, 5 ])i cant understand how it works pls explain
what is the purpose of striding()?
Did not clearly understnd with the exmple. as the import numpy as num function did not work,
772 visits
Outline:one-dimensional array बनाएं। two-dimensional array बनाएं। एक array के वैयक्तिक एलिमेंट्स को ऐक्सेस करना एक array की वैल्यू को कैसे बदलते हैं? एक समय में एक से अधिक एलिमेंट्स को कैसे बदलते हैं? arrays की निगेटिव indexing एक array की Slicing एक array की Striding एक array के केवल विषम रोज़ और कॉलम्स को ऐक्सेस करना arrays के सभी मैनिप्युलेशन को प्रदर्शन करने के लिए उदाहरण
one-dimensional array बनाएं। two-dimensional array बनाएं। एक array के वैयक्तिक एलिमेंट्स को ऐक्सेस करना एक array की वैल्यू को कैसे बदलते हैं? एक समय में एक से अधिक एलिमेंट्स को कैसे बदलते हैं? arrays की निगेटिव indexing एक array की Slicing एक array की Striding एक array के केवल विषम रोज़ और कॉलम्स को ऐक्सेस करना arrays के सभी मैनिप्युलेशन को प्रदर्शन करने के लिए उदाहरण
Show video info
Pre-requisite