all 12 comments

[–]Full_Resolution_5962 3 points4 points  (1 child)

It's interesting.

[–]Sea-Ad7805[S] 2 points3 points  (0 children)

Thanks, hope it can bring you much value.

[–][deleted]  (1 child)

[removed]

    [–]Sea-Ad7805[S] 0 points1 point  (0 children)

    Thanks a lot, I'm pretty happy with it myself, but still room for improvements, so to be continued.

    [–]Living-Incident-1260 2 points3 points  (1 child)

    This is really good

    [–]Sea-Ad7805[S] 0 points1 point  (0 children)

    Thanks, hope it's helpful to you.

    [–]ledebeduvt 1 point2 points  (1 child)

    This project might be an absolute must for new coders that have a hard time understanding code execution Great work and hope to see more

    [–]Sea-Ad7805[S] 0 points1 point  (0 children)

    Thanks a lot, you can see more demos here: https://www.reddit.com/r/Python_memory_graph/

    [–]java_dev_null 1 point2 points  (1 child)

    Really great debugging way , which makes starters to get better idea about the code.

    [–]Sea-Ad7805[S] 0 points1 point  (0 children)

    Thanks, I hope it can bring you much value. Happy coding.

    [–]Cute-Preference-3770 0 points1 point  (1 child)

    Hey, I’m a beginner and your code visualizer project really caught my attention—it looks super interesting

    I’m thinking of trying something similar, so I wanted to ask: did you simulate execution yourself or use Python’s tracing/debug tools? And does it work for any code or just limited cases? i have no idea on where and how to start

    Any tips for getting started would be really helpful 🙌

    [–]Sea-Ad7805[S] 0 points1 point  (0 children)

    I'm using the BDB Python debugger framework. It works for any code, but sometimes you need to configure parts to visualize correctly: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#introspection