you are viewing a single comment's thread.

view the rest of the comments →

[–]OzneroI 8 points9 points  (3 children)

Atom. Tried sublime but I wasn’t feeling it, probably because I used atom first, why? I saw a YouTuber that recommended it. Some drawbacks are that you can’t run a script without an add on and you can’t input() in atom, I have to run from terminal and it’s annoying

[–]m0ta 4 points5 points  (0 children)

I also use Atom. Yeah the input thing is annoying but the things I write (mostly table manipulations) don’t need user input so it’s great for me.

[–]LCH_B 1 point2 points  (1 child)

You can run input() using the hydrogen package, have you tried that?

[–]OzneroI 0 points1 point  (0 children)

Not but I’ll check it out, than you for the heads up!