python shell that saves history of typed in commands that will persist between reboots

DevPlayer devplayer at gmail.com
Sun Nov 27 20:20:13 EST 2011


On Nov 15, 10:38 pm, goldtech <goldt... at worldpost.com> wrote:
> Hi,
>
> Using Windows. Is there a python shell that has a history of typed in
> commands?
>
> I don't need output of commands just what I typed it. I need it to
> save between sessions - something that no shell seems to do. If I
> reboot there will still be a command history somewhere.
>
> Like bash history in Linux.
>
> Thanks

Something that might be of interest is wxPython's pyslicesshell.py
it's not commandline in console window but the interpreter in a
window. And you can save it.

I haven't used it lately by there's also PythonWin
http://python.net/crew/skippy/win32/PythonwinPreview.html



More information about the Python-list mailing list