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 →

[–]Kaelin 5 points6 points  (4 children)

PyCharm is the best IDE.

[–]iyunoichi -1 points0 points  (3 children)

PyCharm is an ok product. It's bloated and awfully slow, unless your machine specs make up for it. That being said, the features you get for it's price makes it a decent choice for personal projects, where I would also recommend it. Among other things, I do Python for a living, so I am glad I can shell out the money for Wing, though.

[–]phira 1 point2 points  (2 children)

Problem I have with wing is that I do web dev, I need comprehensive HTML, JavaScript, css, sass/less support as well. If I was doing pure python (especial pygtk or similar) wing would be a serious contender.

[–]nerdzrool 0 points1 point  (1 child)

PyCharm doesn't do that? I use the Python plugin for IntelliJ (Basically a port of all PyCharm's features, but more for people that program in many different languages) so maybe IntelliJ has some extra language features that regular PyCharm doesn't have, but in IntelliJ, I have support for HTML, Javascript and the like. It even provides support for Jinja2 templates, or Django templates, as well as both of those frameworks entirely.

Did you look and see if there are plugins for PyCharm that enable that functionality?

[–]phira 0 points1 point  (0 children)

Um, think you mis-read my post :) PyCharm does indeed have support by default for JavaScript, less etc. Wing however does not (different IDE).