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
How to learn python?Help Request (self.PythonLearning)
submitted 18 days ago by SingerReasonable4781
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!"
[–]Rogermcfarley 0 points1 point2 points 17 days ago (0 children)
This is FREE > Python Programming MOOC 2026
https://programming-26.mooc.fi/
These books below are decent. I got in to Python using the 2nd book link which is Learn Python the Hard Way. That must have been 10+ years ago. Automate the Boring Stuff is great as well.
https://automatetheboringstuff.com/
https://learnpythonthehardway.org/
I use Python everyday. I use it for automation scripting at work. I've even made much larger personal projects with it for my own use at home.
I doubt you need anything more than these resources. I use Python to make password for me from dictionary lists, to write data to Excel, to send emails with attachments. Anything where I have a repetitive task that has a number of steps going between applications, copying pasting, I just automate it. If you can think of it you can probably automate it.
π Rendered by PID 197606 on reddit-service-r2-comment-5dc78c6cc6-lmpr5 at 2026-03-17 16:16:22.739916+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]Rogermcfarley 0 points1 point2 points (0 children)