Introduction to NumPy, Arrays and Array Operations
What is NumPy primarily used for?
How do you create a NumPy array?
Which operation is used to compute the mean of elements in a NumPy array?
What does the slicing syntax `arr[1:3]` do in NumPy?
What function is used to reshape a NumPy array?