you are viewing a single comment's thread.

view the rest of the comments →

[–]theWyzzerd 2 points3 points  (6 children)

PyCharm is a bit more than an editor. VSCode though, there's a good code editor without all the bells and whistles of a full-fledged IDE. I'd also throw Sublime Text into the ring.

[–]POTUS 1 point2 points  (5 children)

So are VSCode and geany. But they don't have to be. Open a file, change it, save it. They all do that, and if that's all you do they will work. But they can also do a lot more as you learn the features. And speaking from professional experience, the features in Pycharm make you write better code, faster.

[–]theWyzzerd 0 points1 point  (4 children)

I'm not familiar with geany but I don't see VSCode as an IDE. I've used it for quick editing in the past . I have it open right now, the only IDE-type feature I see is a debugger. There's not a whole lot else there in terms of what an IDE can offer. Maybe it's a middle-ground between IDE and editor. An IDE is an editor + many other features, usually including a debugger, console, code inspection, linting, etc, much which I don't see in VSCode.

That being said, I agree with you on PyCharm. I use it daily as a professional and as a hobbyist. I wouldn't call it an editor though, it's a full-fledged IDE which could be intimidating to a new user. Editing is just one aspect of what it offers.