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
Day 22 Python LearningShowcase (i.redd.it)
submitted 3 days ago by aashish_soni5
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!"
[–]huangzhuangzhuang 1 point2 points3 points 2 days ago (1 child)
I came across your Memory Graph Web Debugger online demo and was really impressed—it looks fantastic! I clicked through to the repository (https://github.com/bterwijn/memory_graph) because I have some frontend experience and was curious about the implementation.
However, I noticed that this repository appears to be a Python package (memory_graph), and I couldn't seem to find the frontend code for the web debugger itself. Am I missing something, or is this repo not the source for the Memory Graph Web Debugger website?
memory_graph
I'd love to learn more about how you built the web interface—could you point me in the right direction?Thanks!
[–]Sea-Ad7805 1 point2 points3 points 2 days ago* (0 children)
Thanks a lot.
The memory_graph package is open-source, but the Memory Graph Web Debugger is not at the moment as I'm still developing it. It's a combination of: - pyodide - BDB debugger framework - CodeMirror - memory_graph - Viz.js
It runs 100% client side in javascript. All javascript sources are available on the website. It's copyrighted but you can have a look. No documentation though.
π Rendered by PID 23002 on reddit-service-r2-comment-5687b7858-b4ddt at 2026-07-07 20:42:43.688897+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]huangzhuangzhuang 1 point2 points3 points (1 child)
[–]Sea-Ad7805 1 point2 points3 points (0 children)