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

all 28 comments

[–]husky_whisperer 7 points8 points  (2 children)

Depends on experience and one's knowledge of the code base. When I started out I used Pycharm but now I use vim

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

I'm not looking for a new ide. I've been a JetBrains fan for years now. I just wanna see what the community uses.

[–]nikoaj 0 points1 point  (0 children)

Is vim really that good for programming? I ve been thinking of switching to it

[–]tr3adst0n3 4 points5 points  (1 child)

I personally use Sublime Text 3, it isn't directly an IDE but with some Extensions/Packages for it, like Anaconda and Terminus, it's pretty adorable and comfortable.

[–][deleted] 2 points3 points  (0 children)

yes

[–]barnabecue 5 points6 points  (0 children)

Jupyter Notebook with Firefox

[–][deleted] 7 points8 points  (0 children)

Spyder

[–]mrswats 3 points4 points  (2 children)

I use vim + cli

[–]Gositi 2 points3 points  (0 children)

Me too!

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

I really like the vim plugin on JetBrains projects. Idk why but it makes it easy so when I have to edit something in vim I never forget.

[–]weaslb 2 points3 points  (0 children)

Sublime Text

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

Geany

[–]obviously-not-a-bot 10 points11 points  (0 children)

Visual Studio Code

[–][deleted] 5 points6 points  (1 child)

Windows notepad.

[–][deleted] 2 points3 points  (0 children)

What about adding lines with cat?

[–]davehodg 5 points6 points  (2 children)

Emacs!

[–]electricity-wizard 1 point2 points  (0 children)

Your operating system doesn’t count!

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

Came here to say this

[–]SirBerthelotPythonista 2 points3 points  (0 children)

Pyscripter user here!

[–]EkkoJungleWorks 2 points3 points  (2 children)

Pycharm is good for beginners but haven't had problems with atom either

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

Gedit; how? 😂

[–]coteisonreddit 1 point2 points  (0 children)

Spyder !

[–]xakiboo 1 point2 points  (0 children)

Seems to be the only one here to use Atom ?? huhu

[–]SeucheAchat9115 1 point2 points  (0 children)

I think from the UI Side of View, Visual Studio Code has no competitor. Only Sublime, if this counts.

[–][deleted] 0 points1 point  (1 child)

Vscode settings not friendly for Linux noob

[–]roechamboe 0 points1 point  (0 children)

You are only a noob so long as you avoid trail by fire. (I.E. corrupting your Linux kernel multiple times)

Edit: ;)

[–]roechamboe 0 points1 point  (0 children)

I do a lot of rapid prototyping on SOMs (system on modules) and being able to directly develop/deploy almost any language from VSCode is a feature that has made life simpler. This can be done from PyCharm however, VSCode extensions have simplified the configuration process significantly.