EngComp
EngComp copied to clipboard
A set of learning modules in computing for engineering undergraduate students.
This notebook doesn't display and it seems it's because of the widget, but I don't know how to fix it. For now just reporting.
Same dt in both cases, The last element is supposed not to be inclusive, Why in the first case works and in the second doesn't? Any idea? ``` In [16]:...
Need to explain that `array.shape[0] == len(array)`, because this confuses students when first asked to get the length of a 2D array.