Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 215 Bytes

File metadata and controls

10 lines (7 loc) · 215 Bytes

BASICS

slicing:
array[a:b:c] : access elements in range (doesn’t create a copy - use np.copy instead)
fancy slicing:
slicer can be an object (matrix 2x3)

README.md