When I'm trying to hack out an idea I find the Python interpreter is an invaluable to tool to quickly get a working prototype and iterate on it. I've been using IDLE bundled with Python on Windows and that's been working pretty well.
I'm currently on a different system running Ubuntu and IDLE doesn't seem to work as well. The tooltips don't disappear properly and it just feels less responsive. Does anyone have a recommendation for Python interpreters that run on GNOME? Being cross platform isn't a must but it would be a nice feature.
The main things I want in an interpreter are quick, easy ways to scroll through previous expressions, and syntax highlighting. Autocomplete would be nice as would helpful tooltips. Emacs keybindings would also be nice.
The python interpreter in Emacs is better than the command line version of the interpreter but only slightly better. I get to easily scroll back through my history but that's about it. No syntax highlighting or any code completion or tooltips.