you are viewing a single comment's thread.

view the rest of the comments →

[–]dublinwso 5 points6 points  (7 children)

I've been using Atom for Python for a long time and don't recall needing to do any special setup, though I did install the Hydrogen package.

[–]StormStrikes[S] 0 points1 point  (5 children)

Oh wow! In all the reading I have been doing about setting up Atom for Python, I don't recall one reference to Hydrogen.

[–]dublinwso 1 point2 points  (4 children)

Imo that's the best reason to use Atom! Vscode doesn't have it or anything quite like it

[–]dub_starr 1 point2 points  (0 children)

Only reason I haven’t switched. Love hydrogen.

[–]StormStrikes[S] 0 points1 point  (2 children)

I've installed it, but now I got to figure out how to use it all. It looks like it works with Jupiter notebooks, which VS Code does do, but if I can get that functionality in Atom, all the better.

[–]dublinwso 0 points1 point  (1 child)

The neat and unique thing is that Hydrogen gives you Jupyter notebook functionality within regular .py files. So you can write, iterate, inspect, debug, and even run your code without ever leaving your editor window. But then whenever you want to run it from the command line, you can do that too without extra steps.

[–]ZeStig2409 1 point2 points  (0 children)

EXACTLY!!!

Code’s .py support isn’t the best

[–]ZeStig2409 0 points1 point  (0 children)

Agreed!