Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BT
Posts
9
Comments
18
Joined
2 mo. ago

Python @programming.dev

Multiway Tree visualized using memory_graph

Python @programming.dev

Python Copies

Python @programming.dev

Python Mutability

Python @programming.dev

Python bitwise operators

  • You are right, in landscape mode it's better, but still not ideal. It's a project I don't have time for now. On the other hand, did you run Python code, in an IDE where the debugger visualizes the whole program state, on your Phone before?

  • Python @programming.dev

    Right Mental Model for Python Data

    Python @programming.dev

    Invocation Tree Web Debugger

    Python @programming.dev

    Understand the Python Data Model and Data Structures

  • Thanks for your feedback, much appriciated.

    I agree that an exercise14.rst would be nice, but to save time I've let the code speak for itself now together with the visualizaion. I'll probably revisit and better document the exercises later.

    At the Explanation link I try to give a general explanation about Pyrhon mutability (and copy later on), I agree some readers might find it hard to relate that to a specific exercise, but I don't want to write a specific explanation for each exercise.

  • The "Solution" link gives the solution to the exercise, the "Explanation" link explains the Python data model concepts behind the exercise. If some parts are hard to understand let me know.

  • Python @programming.dev

    Python Mutability

  • Glad you like it. Sketching by hand should remain standard practice, but for beginners that might be difficult. First they need to learn the right mental model to think about Python data, and I hope memory_graph can help with that.

  • Thanks for adding. The link I posted should give people a quick animation to directly see what is possible instead of having to read through things first. That GitHub repo link is also on hat page. But you are right that some would probably want to start with the repo, thanks for feedback.

  • Python @programming.dev

    Memory Graph Web Debugger