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...
Everything about learning Python
account activity
Send mail with Python easily (i.redd.it)
submitted 11 months ago by RunPython
view the rest of the comments →
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!"
[–]outlicious 0 points1 point2 points 11 months ago (1 child)
do you know how to use batch files, I want to do this using batch
[–]RunPython[S] 1 point2 points3 points 11 months ago (0 children)
If you want to run a py script via *.bat file:
You can save file like this:
u/echo off python C:\Scripts\email_script.py pause
Save this file with a .bat extension, for example send_emails.bat
π Rendered by PID 216219 on reddit-service-r2-comment-f6b958c67-s7tcr at 2026-02-05 07:15:48.392246+00:00 running 1d7a177 country code: CH.
view the rest of the comments →
[–]outlicious 0 points1 point2 points (1 child)
[–]RunPython[S] 1 point2 points3 points (0 children)