IMO, VS2010 with PythonTools 1.5 is the best IDE.
it may not be as glamorous as Eclipse or PyScripter,
but it certainly has more functionality and accuracy than either of them.
-intellisense (PyScripter does a better job than Eclipse)
-split file scrolling (not sure about PyScripter, but Eclipse doesn't have this)
-interactive interpreter support (for any python interpreter)
-multiple and custom python interpreter support (Python, IronPython, Cython, Jython, etc...)
-"indentation guides" like notepad++ (add-in)(download on google (that name))
I'm also waiting for PythonTools 2.0 which offers many more features including C++ integration.
I've also tried SharpDevelop, and it's not really all that good for python development...
it uses IronPython as it's main, which presents issues for python add-ins.
configuring external interpreters is a pain.
PyScripter has alot of glamour, but it doesn't have an interactive interpreter.
is there anything like VS but with more glamour and conveniency??
such as what Eclipse provides??