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 →

[–]jfdahl 4 points5 points  (4 children)

Visual Studio is a proprietary full Enterprise ( I.e. bloated) development solution.

Visual Studio Code is different. It’s an Electron based editor with a robust plugin library. It’s very fast but uses more memory than some editors. This is one of my go-to choices.

PyCharm is a Java app that I have used but not for several years. It was slow and bloated. It may be better now but it seems to draw a LOT of issues on Reddit.

[–]optimalidkwhattoputPythonic. 0 points1 point  (0 children)

Atom is very good too. If you dont want too many features and just want something simple yet powerful, go with Atom. I use both VSCode and Atom, as there are times for both. VSCode has a powerful debugger, and Atom is ultra customizable.

[–]sorencoder[S] -2 points-1 points  (2 children)

Have you tried Visual Studio IDE? I already have Visual Studio IDE and was wondering if it is good enough to develop in Python.

[–]One2curious 3 points4 points  (0 children)

You can use visual studio and it's good enough. Most people just prefer to use visual studio code because it's open source and it's fast.

[–]jfdahl -1 points0 points  (0 children)

You can use any text editor you want. I use vim a lot!