Python Forum

Full Version: Atom editor question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's time for me to renew my license with PyCharm.
I have decided to make an Ernest effort to use Atom editor instead.

I just installed atom, and the script package. I have a package loaded and am in developer mode.
Now I want to run my script, but don't have a command window showing. What's the sequence to
run a script?
Why don't you just use Community Edition of Pycharm? Sans remote debugging, yiu have most of the features.

I tried Atom for a while - for different reasons - and I can't say I liked it very much.
I have used the community edition.
I like PyCharm, I just want to give Atom a workout.
Quote:but don't have a command window showing
There is Ctrl+Shif+b for script package or for Atom runner Alt+R.
There are several  terminal packages.

I usually don't use these at all.
Here a screenshot,so on Windows i use cmder with ptpython as REPL.
Same setup for for Linux and usually Fish as shell and ptpython
AquaSnap(free) for easier tiling of windows.
Screenshot of split screen web-development.
Thanks snippsat

I've been using cmder since you suggested it a month or so back. Like it very much.

I like cmndr inside IDE!
It's a tad of a late reply, but I maintain the "Termination" terminal plugin for Atom: https://atom.io/packages/termination (assuming you're still looking for a terminal package). You can just launch it and use it like any other terminal/command prompt.


I need to try cmndr, thanks snippsat!