Introduction to NumPy, Arrays and Array Operations
Why is NumPy faster than Python lists?
Which statement correctly describes Python Lists compared to NumPy arrays?
Which NumPy feature allows you to avoid writing explicit Python loops for calculations?
Which slicing expression retrieves the last element of a NumPy array?
What does the slicing expression `arr[:, 1]` return in a 2D NumPy array?
What is the purpose of `np.nditer()`?