Shankar742220
Shankar742220

Reputation: 11

Python IDE that can show diagram representation

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

Answers (2)

Adam Strauss
Adam Strauss

Reputation: 1999

You can try Spyder. It has a variable explorer.

enter image description here

You can also try Pycharm. It has a variable explorer.

enter image description here

Upvotes: 1

Maharshi
Maharshi

Reputation: 232

You can try Visual Studio Code. It has a variable explorer and many more.

Upvotes: 1

Related Questions