EngComp
EngComp copied to clipboard
engcomp1lesson4: explain length of a numpy array
Need to explain that array.shape[0] == len(array), because this confuses students when first asked to get the length of a 2D array.