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

16 Replies, 1333 Views

lol yeah the python response of array can be wild.

I just `import pprint` and do `pprint.pprint(my_array)` when it’s a nested mess.

Also, `np.where()` is my bestie for tracking down weird values.

Ever had an array suddenly turn into a scalar? *cries in broadcasting*

Messages In This Thread



Users browsing this thread: 1 Guest(s)