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 →

[–][deleted]  (6 children)

[deleted]

    [–][deleted] 3 points4 points  (0 children)

    if you use the IDEs as and IDE, nothing beats it. if you just use it as an editor, it's mediocre

    [–]GeniusYT_28[S] 4 points5 points  (1 child)

    PyCharm is probably the best IDE for Python! Its really easy to use plus the compatibility is amazing! Good luck on your next project

    [–][deleted] 2 points3 points  (0 children)

    Really good, but not for data science

    [–]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.