create shell history with python

Diez B. Roggisch deets at nospam.web.de
Tue Aug 11 18:15:38 EDT 2009


Joel Juvenal Rivera Rivera schrieb:
> I been thinking how to make a 'bash like history shell' in python,
> i don't know if with stdin and stdout i can accomplish this or do i
> need something like curses and stuff like that, anyway im start to
> figure this out.
> Does any body has try this? or have any interesting idea?

Don't waste your time, use IPython :)

http://ipython.scipy.org/moin/

Diez



More information about the Python-list mailing list