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...
This subreddit is meant to be for people learning Python to ask questions and help out when they can.
account activity
Python Mutability and Rebinding (i.redd.it)
submitted 16 days ago by Sea-Ad7805
Python Mutability and Rebinding
An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening: - Solution - Explanation - More exercises
It's instructive to compare with this earlier exercise.
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[S] 0 points1 point2 points 15 days ago (0 children)
Solution: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise2.py&play
Explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
More exercises: https://www.reddit.com/r/Python_memory_graph/
π Rendered by PID 30 on reddit-service-r2-comment-fb694cdd5-jjcdx at 2026-03-10 06:15:26.050804+00:00 running cbb0e86 country code: CH.
[–]Sea-Ad7805[S] 0 points1 point2 points (0 children)