Bterwijn
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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... -
Created 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...