Merge pull request #2824 from bterwijn/master

Add memory-graph
This commit is contained in:
Vinta Chen
2026-01-08 13:19:29 +08:00
committed by GitHub

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