source updated with latest merged PR and source re-created

This commit is contained in:
SebastianoF
2020-01-19 22:08:29 +00:00
parent 68d65958b8
commit 8049fac912
7 changed files with 264 additions and 4189 deletions

View File

@@ -146,7 +146,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
#### 52. Consider a random vector with shape (100,2) representing coordinates, find point by point distances (★★☆)
`hint: np.atleast_2d, T, np.sqrt`
#### 53. How to convert a float (32 bits) array into an integer (32 bits) in place?
`hint: astype(copy=False)`
`hint: view and [:] =`
#### 54. How to read the following file? (★★☆)
```
1, 2, 3, 4, 5