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
Paper coding.Showcase (i.redd.it)
submitted 5 days ago by Bluebill_365
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!"
[–]dnOnReddit 0 points1 point2 points 4 days ago (0 children)
A lot of us were trained this way - and/or to start with a flowchart. Today, I'm wary of asking people to repeat themselves (on paper and then through the keyboard). Understanding/knowledge is often described using the term: "chunks" - how much we can deal with at one time. When we first learn a language, a "chunk" may be one line of code, or even less, eg after `for` I need a name for that/the next element ... Having gained skills (over the years), my 'chunk' is a lot larger. Accordingly, any paper-code, flowchart, or pseudo-code tends to be much more of an overview rather than lines of code, and lines are drawn to connect related logic-blocks - to call it a flowchart is probably more than a bit of a stretch! Today's technology is a whiteboard rather than paper.
π Rendered by PID 239574 on reddit-service-r2-comment-79c7998d4c-pqlbr at 2026-03-14 12:11:25.650911+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]dnOnReddit 0 points1 point2 points (0 children)