Bterwijn

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Bterwijn created a post,

    New PyCharm Teaching Tool and Debugging Aid

    Wanted to share my memory_graph package that can graph your Python data. This helps to better understand the Python Data Model (references, mutability, shallow/deep copy) and to debug reference pro...
  • Bterwijn created a post,

    Data Visualized as Graph while Debugging

    Visualizing data as a graph during debugging makes it clear which variables share the same underlying data. In contrast, simply printing variable values hides this sharing. Failing to recognize sha...