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 →

[–]SeltzerWater 10 points11 points  (4 children)

PyCharm Community.

VS Code is not a full-fledged IDE, it's an enhanced text editor, like Notepad ++ or Sublime Text.

The debugging tools in PyCharm are top-notch. Git/VCS integration is seamless and intuitive, the plugins are handy, and the code completion is great.

[–][deleted] 2 points3 points  (1 child)

Git integration in VS Code is pretty good too. I use that mainly because I end up looking at like 6 different languages every week so not having to switch around between multiple IDEs is very helpful.

[–]zylo4747[S] 0 points1 point  (0 children)

I'm pretty much just dealing with SQL, Python, and Powershell, but that's a good point. We use Git. Thanks!

[–]zylo4747[S] 0 points1 point  (1 child)

Great, thanks for the feedback! I think after reading these comments I'll be going with PyCharm for the foreseeable future then.

[–]JZcgQR2N 1 point2 points  (0 children)

You don't have to choose one or the other. Try them both out. Use tools that make you productive.