|
and here's a `numpy` version of the same script, to show that there's a reason to learn `numpy` if you want to write fast and succinct code.
|
|
and here's a `numpy` version of the same script, to show that there's a reason to learn `numpy` if you want to write fast and succinct code. Notice that you don't have to explicitely `import numpy as np` this is alreay provided by SNLite.
|