Connecting Tech Pros Worldwide Forums | Help | Site Map

UNIX shell in Python?

Deniz Dogan
Guest
 
Posts: n/a
#1: Feb 9 '07
Hello.

I was thinking about writing a UNIX shell program using Python. Has
anyone got any experience on this? Is it even possible? I have
programmed a simple shell in C before and I came to think about how
perfect Python would be for parsing user input.

Regards,
Deniz Dogan

Gary Herron
Guest
 
Posts: n/a
#2: Feb 9 '07

re: UNIX shell in Python?


Deniz Dogan wrote:
Quote:
Hello.
>
I was thinking about writing a UNIX shell program using Python. Has
anyone got any experience on this? Is it even possible? I have
programmed a simple shell in C before and I came to think about how
perfect Python would be for parsing user input.
>
Regards,
Deniz Dogan
>
Not only *can* it be done, but it *has* been done and well: See IPython at:
http://ipython.scipy.org/moin/

Gary Herron

Bart Ogryczak
Guest
 
Posts: n/a
#3: Feb 9 '07

re: UNIX shell in Python?


On Feb 9, 8:49 am, Deniz Dogan <kristn...@nospam.comwrote:
Quote:
Hello.
>
I was thinking about writing a UNIX shell program using Python. Has
anyone got any experience on this? Is it even possible?
Use the Google, Luke.
http://sourceforge.net/projects/pyshell/



Deniz Dogan
Guest
 
Posts: n/a
#4: Feb 9 '07

re: UNIX shell in Python?


Bart Ogryczak wrote:
Quote:
On Feb 9, 8:49 am, Deniz Dogan <kristn...@nospam.comwrote:
Quote:
>Hello.
>>
>I was thinking about writing a UNIX shell program using Python. Has
>anyone got any experience on this? Is it even possible?
>
Use the Google, Luke.
http://sourceforge.net/projects/pyshell/
>
Have patience, young padawan.
Closed Thread