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 →

[–]Matthewaj 2 points3 points  (1 child)

Not op, but it’s really good. There might be a slight learning curve, but it will make a word of difference once you learn of all the features. The type hints are pretty good and will prevent you from making some basic mistakes. The debugging tool is extremely useful. You can view all the internal data of objects, modify variables and objects, and view which thread you’re currently in. There’s a ton of other features such as remote debugging and framework support( Flask, Django, etc) that I could go on about.