Add memory-graph

This commit is contained in:
Bas Terwijn 2025-12-24 00:35:24 +01:00
parent 5454e85bbb
commit 5cabd273d0

View File

@ -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