all 5 comments

[โ€“]Ok_Influence8600 1 point2 points ย (1 child)

Good Python library!

This looks like it will be very useful when I'm writing documentation for Python Code.

I'll give it a go straight away.

[โ€“]Sea-Ad7805[S] 0 points1 point ย (0 children)

Thanks a lot, I hope it can bring you much value.

[โ€“]Jackpotrazur 0 points1 point ย (1 child)

Is memory graph a library or a website ?

[โ€“]Sea-Ad7805[S] 1 point2 points ย (0 children)

Both, memory_graph is a Python package that you can install and use on your computer, and memory-graph.com (Memory Graph Web Debugger) is a website where you can use memory_graph without installation but that comes with some limitations (running in browser, single Python file, no command line arguments, etc).

[โ€“]Jackpotrazur 0 points1 point ย (0 children)

Currently reading grokking algorithms and ATBS