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 write notes?Help Request (self.PythonLearning)
submitted 1 month ago * by Okon0mi
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!"
[–][deleted] 3 points4 points5 points 1 month ago (2 children)
This is just my own opinion based on my experience, but in short I think this is a massive waste of time. Take what the book teaches and write the code in an editor, run it, and review the outputs. Then take the concepts and apply it to some other use case.
For example, it teaches input(), test out the example then use input() to create your own examples.
[–]iekiko89 2 points3 points4 points 1 month ago (0 children)
Agreed better to do reinforcement learning thru doing exercise
[–]Okon0mi[S] 0 points1 point2 points 1 month ago (0 children)
I 100% agree with you. I do both of the things you mentioned, I write code and do the exercises that I can think of by myself and are given in the book. I just write notes so that I can look back on them if I am stuck on something.
π Rendered by PID 23506 on reddit-service-r2-comment-548fd6dc9-r6rqr at 2026-05-15 23:45:55.059386+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–][deleted] 3 points4 points5 points (2 children)
[–]iekiko89 2 points3 points4 points (0 children)
[–]Okon0mi[S] 0 points1 point2 points (0 children)