... | ... | @@ -57,7 +57,7 @@ edges = [Edges] |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
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 already provided by SNLite.
|
|
|
|
|
|
```python
|
|
|
"""
|
... | ... | |