How Do You Handle the Python Response of Array in Your Code? or What’s the Best Way to Manage the Pyt

16 Replies, 1407 Views

The python response of array is why I have trust issues.

My workflow:
1. `print(arr)`
2. Scream
3. Google the error
4. Repeat

But seriously, `array.tolist()` often helps when numpy gets too clever.

Also, `try-except` blocks are your friend.

Messages In This Thread



Users browsing this thread: 1 Guest(s)