Looking for a good interactive shell
Tomas
1cdq3arii001 at sneakemail.com
Sun Nov 21 08:11:27 EST 2004
More information about the Python-list mailing list
Sun Nov 21 08:11:27 EST 2004
- Previous message (by thread): Looking for a good interactive shell
- Next message (by thread): Looking for a good interactive shell
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! I'm looking for a replacement for the standard interactive python shell. So far I've tried IPython and PyCrust. I liked both, but I'm not 100% happy with any of them. My main complaint about IPython is its missing support for multiline editing. To do multiline editing, it has to start an external editor, but then I lose all the nice features like autocompletion. PyCrust supports multiline editing, but the autocompletion is not as good as in IPython. It also lacks many of IPython's advanced features, like pdb-integration, magic commands and custom macros. Does anyone know of any other interactive python shells with good code completion and multiline editing? -Tomas
- Previous message (by thread): Looking for a good interactive shell
- Next message (by thread): Looking for a good interactive shell
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list