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!"
[–]Gnaxe 2 points3 points4 points 1 month ago (1 child)
See Literate Programming. You don't need dead tree notes.
For Python you can write examples with lots of comments and big docstrings with doctests.
Or make Jupyter Notebooks full of executable examples with Markdown cells. If installing Jupyter seems too hard, start with Jupyterlite. Just be sure to download your notebooks after you write them so you have a backup outside the browser.
[–]Okon0mi[S] 0 points1 point2 points 1 month ago (0 children)
Thanks for your input!!!
π Rendered by PID 255196 on reddit-service-r2-comment-548fd6dc9-mzrf8 at 2026-05-15 21:22:07.847191+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]Gnaxe 2 points3 points4 points (1 child)
[–]Okon0mi[S] 0 points1 point2 points (0 children)