Introduction to NumPy, Arrays and Array Operations
What is NumPy primarily used for?
Which of the following are advantages of NumPy over Python lists?
Which function is used to create a NumPy array from a Python list?
Which NumPy tool allows efficient iteration over multi-dimensional arrays?
What does slicing in NumPy allow you to do?
In 2D array slicing, what does the syntax array[1:3, 0:2] mean?