Reputation: 11
I want to see how to global variables and local variables i assign get allocated and changes when through the program
Looking for IDE which will be more interactive to show variable assigning and helping the beginners to understand
Upvotes: 1
Views: 100
Reputation: 1999
You can try Spyder. It has a variable explorer.
You can also try Pycharm. It has a variable explorer.
Upvotes: 1
Reputation: 232
You can try Visual Studio Code. It has a variable explorer and many more.
Upvotes: 1