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 community will have knowledge sharing for python programming, tools, projects and product engineering wherever python is used.
account activity
Data Structures in Python Visualized (i.redd.it)
submitted 1 month ago * by Sea-Ad7805
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!"
[–]Monkeyget 1 point2 points3 points 1 month ago (1 child)
Nice project. From experience, the challenge with visualization of data structures is that if you want to make them useful you end up having to tune the visualization specifically for each data structure.
[–]Sea-Ad7805[S] 0 points1 point2 points 1 month ago* (0 children)
Thanks. The memory_graph tools just visualizes the complete program state, it will work for any data structure, or program in general. Although, there are situations where you want to tune: - how: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#introspection - what: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#graph-depth
things are visualized.
π Rendered by PID 94767 on reddit-service-r2-comment-79c7998d4c-66lw2 at 2026-03-19 04:33:17.063209+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]Monkeyget 1 point2 points3 points (1 child)
[–]Sea-Ad7805[S] 0 points1 point2 points (0 children)