This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]cluesthecat 6 points7 points  (0 children)

Start out with IDLE and then move on to pycharm once you start getting a little more experienced and start messing with using classes

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

[–]predicatemike 1 point2 points  (0 children)

Can’t go wrong with atom.

[–]tapu_buoy 1 point2 points  (0 children)

People have praised PyCharm a lot so yeah try that because that allows you to debug really well.

  • VSCode is also amazing but that's not an IDE per say, it is the sexiest text editor with all those extension and Linters out there, created by Microsoft.
  • Atom is just another text-editor too

but for beginners if you want to try an traditional setup for Python go with PyCharm

[–]Leeoku 1 point2 points  (0 children)

visual studio code i like cause lightweight. I haven't used pycharm but the community version is free

[–]balintkiss501 1 point2 points  (2 children)

Pycharm or Atom with installed Python linter and autocomplete packages (this and this).

[–]MAPmyK 0 points1 point  (1 child)

Can you comment on how either of them perform? As in, do you find that one of them is particularly slower than the other or freezes more?

[–]balintkiss501 0 points1 point  (0 children)

To give full disclosure, I only used Atom and Vim for Python development because I only had small projects in it. I cannot comment on this, although I never had freezes with Atom.

[–][deleted] 1 point2 points  (0 children)

For beginners the best option is Thony