I have been a happy NetBeans user for a few years and I am pretty used to the keyboard shortcuts. Is there a way for import my NB preferences, and more specifically the keymap, into Eclipse? I know the opposite is possible.
PS I have to say I do not insist on using Eclipse, but I found the PyDev plugin is superior to NB’s python plugin. Could you recommend any good Python IDEs that will act like NB?
Netbeans’ preferences can be exported in XML, but it uses different parameter names than those accepted by Eclipse. See this post for information on other python IDE’s if you’re considering switching beyond Eclipse.
I personally use Komodo-Edit, due to the fact it provides better-than-average code completion.
UPDATE: Sublime-Text 2 has rocked Komodo-Edit right out of my toolkit. It’s not a complete IDE (neither is Komodo-Edit), but has IDE-like features that make it ideal for working in Python.