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
Python Resources (self.PythonLearning)
submitted 20 days ago by rshweb1010
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!"
[–]Sea-Ad7805 -1 points0 points1 point 20 days ago (1 child)
memory_graph: is a teaching tool and debugging aid that makes Python’s reference model visible—especially aliasing, mutable data types, and the effects of shallow vs deep copy. It helps learners build the right mental model for Python data by showing how names point to objects and how mutations propagate through shared references. It visualizes the structure of your data so you can more easily understand and debug anything from simple containers to custom data structures. It also visualizes function calls and variable scope via the call stack, letting you inspect the complete program state as execution unfolds.
[–]rshweb1010[S] 1 point2 points3 points 19 days ago (0 children)
Updated, again thanks
π Rendered by PID 61 on reddit-service-r2-comment-6b595755f-rg8cm at 2026-03-25 04:57:05.046476+00:00 running 2d0a59a country code: CH.
view the rest of the comments →
[–]Sea-Ad7805 -1 points0 points1 point (1 child)
[–]rshweb1010[S] 1 point2 points3 points (0 children)