Bterwijn

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Bterwijn 创建了一个帖子,

    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 创建了一个帖子,

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