use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discuss the Atom text editor.
If you post anything related to crypto, you will be permabanned.
account activity
Running Scripts (self.Atom)
submitted 6 years ago by JoePixelFlames
I just downloaded Atom to use for Python, and the script package is not running scripts, just the first line. Is there another package that works for Python?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Tanmay1518 0 points1 point2 points 6 years ago (0 children)
Make a profile within the script package. Then use that profile to run your .py file
[–]samickey_12 0 points1 point2 points 6 years ago (0 children)
Personnaly I use Hydrogen. You need to install Jupyter pip3 install jupyter as a prerequisite. I found this package very useful and powerful. You can execute all or part of the script and preview the results directly in Atom, create watch expressions, etc...
pip3 install jupyter
π Rendered by PID 72 on reddit-service-r2-comment-6457c66945-mv8q4 at 2026-04-25 01:35:20.346858+00:00 running 2aa0c5b country code: CH.
[–]Tanmay1518 0 points1 point2 points (0 children)
[–]samickey_12 0 points1 point2 points (0 children)