Getting Started using Python in Eclipse
Eclipse with the PyDev module has a lot to offer the Python programmer these days. If you haven't looked at PyDev before, or not in a while, it's worth checking out.
Here are some of my favorite features:
- One-keystroke navigation to the definitions of variables, methods, classes
- Code ...