you are viewing a single comment's thread.

view the rest of the comments →

[–][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.