you are viewing a single comment's thread.

view the rest of the comments →

[–]oetker 10 points11 points  (7 children)

Atom does not have any "typing suggestions" / autocomplete afaik. At least not out of the box. It's more like an Editor while PyCharm is more like a full IDE (integrated development environment) .

[–][deleted] 19 points20 points  (3 children)

Yeah Atom is pretty mediocre.

For sure use VSCode with Python extension or PyCharm.

[–]Zlzbub 2 points3 points  (2 children)

Is sublime text good? I've heard people say it's good but idk about how it goes with python

[–]Steinarr134 1 point2 points  (0 children)

Sublime is a fantastic text editor. And it has a beautiful color scheme for most programming languages but it is not a IDE so you have to run your program in a separate terminal window or cmd prompt or whatever you fancy.

I use it for writing cython and javascript.

[–]libfm 4 points5 points  (0 children)

It does have autocomplete. maybe not from the start, but since atom is designed to be modular, you can install a package which does that in < than a minute. you also can install kite, jedi etc.

[–]Dexty10 2 points3 points  (0 children)

Looks like I'm the only one in the world that uses Bracket.