From 5cabd273d067f968a001aab1ba2575950c42f2ed Mon Sep 17 00:00:00 2001 From: Bas Terwijn Date: Wed, 24 Dec 2025 00:35:24 +0100 Subject: [PATCH] Add memory-graph --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b56fdefe..0cd0e3d9 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - Display various debug information for Django. * [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. * [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call. + * [memory-graph](https://github.com/bterwijn/memory_graph) - Visualize Python data at runtime to debug references, mutability, and aliasing. * [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information. ## Deep Learning