Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python
Question
numpy Accessing Array Elements.
Answer

np.array[0] eg first set

np.array[0][0]. eg first set, first element.

np.array[:,1:3] . slices all the rows, then columns 1:3 (1 to 2)


Tags
#python
Question
numpy Accessing Array Elements.
Answer
?

Tags
#python
Question
numpy Accessing Array Elements.
Answer

np.array[0] eg first set

np.array[0][0]. eg first set, first element.

np.array[:,1:3] . slices all the rows, then columns 1:3 (1 to 2)


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.