mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #2824] [MERGED] Add memory-graph #13492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2824
Author: @bterwijn
Created: 12/23/2025
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @vinta
Base:
master← Head:master📝 Commits (1)
5cabd27Add memory-graph📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
It's an educational tool that visualizes Python data at runtime to debug references, mutability, and aliasing. The visualizations allow students to more easily learn the right mental model for Python data. The tool integrates in many debuggers and environments.
What's the difference between this Python project and similar ones?
It's a modern version of Python Tutor that runs locally to avoid the limitations of running Python code on a remote web server. In addition the visualization is improved by mirroring the data’s hierarchy resulting in better graph readability.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.