Is there a Variable Explorer for PyCharm

前端 未结 11 707
旧巷少年郎
旧巷少年郎 2020-11-30 20:46

I recently changed from Spyder to PyCharm as a Python IDE. In Spyder I have often used the variable explorer feature (see picture). Is

11条回答
  •  隐瞒了意图╮
    2020-11-30 21:02

    I like Spyder for interacting with my variables and PyCharm for editing my scripts. Alternative Solution: use both simultaneously. As I edit in PyCharm (on Mac OS), the script updates live in spyder. Best of both worlds!

提交回复
热议问题