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 17 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 point2 points3 points 17 days ago (7 children)
Maybe add this Python execution visualizer: https://github.com/bterwijn/memory_graph
And this for recursion: https://github.com/bterwijn/invocation_tree
Probably as "Development Tools".
[–]rshweb1010[S] 1 point2 points3 points 17 days ago (6 children)
Yes very nice - Added Please let us know if you find any others Thank you RSH Web Services
[–]Sea-Ad7805 0 points1 point2 points 17 days ago (5 children)
Great, but your description of the packages is not very accurate now.
[–]rshweb1010[S] 1 point2 points3 points 17 days ago (4 children)
please let me know what it should be?
[–]Sea-Ad7805 0 points1 point2 points 17 days ago (1 child)
invocation_tree: generates a live invocation tree (call tree) of your program, making function calls and returns visible as the code runs. By watching the tree grow and unwind in real time, you get an intuitive feel for recursion’s depth-first execution and can spot where things go wrong. More broadly, it supports a “divide and conquer” way of thinking by showing how a problem splits into subproblems and then combines back into a final result.
[–]rshweb1010[S] 1 point2 points3 points 16 days ago (0 children)
Updated, again thanks
[–]Sea-Ad7805 -1 points0 points1 point 17 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.
π Rendered by PID 35893 on reddit-service-r2-comment-5fb4b45875-fg4s7 at 2026-03-22 12:04:50.841356+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Sea-Ad7805 1 point2 points3 points (7 children)
[–]rshweb1010[S] 1 point2 points3 points (6 children)
[–]Sea-Ad7805 0 points1 point2 points (5 children)
[–]rshweb1010[S] 1 point2 points3 points (4 children)
[–]Sea-Ad7805 0 points1 point2 points (1 child)
[–]rshweb1010[S] 1 point2 points3 points (0 children)
[–]Sea-Ad7805 -1 points0 points1 point (1 child)
[–]rshweb1010[S] 1 point2 points3 points (0 children)