Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Spyder the only Python IDE with a proper variable explorer? [closed]

Tags:

python

ide

spyder

Are there any other IDEs for Python, which have such a MATLAB-like variable explorer?

I'm working on a lot of data and sometimes it gets cumbersome to check dimensions, shapes, and types in debug mode. Is Spyder really the only way of dealing with data? Juypter notebook is nice, however it still requires you to explicitly run variable.shape or len(variable) in a new cell.

like image 846
jkf Avatar asked Apr 25 '26 00:04

jkf


1 Answers

Visual Studio community edition is also good for Python. It is available for Mac too. It has variable explorer. https://visualstudio.microsoft.com/vs/community

like image 104
Sunny Avatar answered Apr 27 '26 13:04

Sunny



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!