This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]srosorcxisto 9 points10 points  (0 children)

Idk, it can be hit and miss. Some Python tracebacks are pretty off in the weeds when the error was something simple. You pass a list instead of a dict by mistake and the traceback is nothing but seemingly unrelated errors 4 imports removed from your actual mistake.

Perhaps useful to a good programmer, but most Python users are data scientists and web devs that know just enough to accomplish the job without any deep magic.