Is any python like linux shell?

George Sakkis george.sakkis at gmail.com
Sun Jan 21 12:22:37 EST 2007


Frank Potter wrote:

> I learned some python in windows.
> And now I've turned to linux.
> I read a book and it teaches how to write shell script with bash,
> but I don't feel like the grammar of bash.
> Since I know about python,
> I want to get a linux shell which use python grammar.
> I searched by google and I found pysh, which is not maintained any
> more.
> There's another script named pyshell, which is not likely what I'm
> searching for.
> So, will somebody please tell me if there are any python like shells
> for linux?

IPython is actually more than a simple shell. Give it a try:
http://ipython.scipy.org/.

George




More information about the Python-list mailing list