I've wanted to try atom as a new IDE for python on macOS, and I've found people usually use the command-line to run scripts with python3 myprogram.py
on unix machines.
That works for me, but in some cases I want to test a variable's value without having to add plenty of print()
lines in my code, the same way I would be able to with IDLE's or replit's console, without the command-line going back to zsh.
Example with replit
Example with command line