-1

After using C# and visual studio for a while, I find that being able to pull up a list of everywhere the function is used and the definition is extremely useful. It works the same for classes and other references. I also like being able to jump forward and back to previous views.

Is there an equivalent of this in the python world?

SwimBikeRun
  • 4,192
  • 11
  • 49
  • 85

1 Answers1

0

What you're looking for is a Python IDE (integrated development environment). This stack overflow question can help you out: What IDE to use for Python?

Personally, I've used PyDev in the past.

Community
  • 1
  • 1
Iceberg
  • 376
  • 1
  • 12