UNIX shell in Python?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Deniz Dogan

    #1

    UNIX shell in Python?

    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

    #2
    Re: UNIX shell in Python?

    Deniz Dogan wrote:
    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:


    Gary Herron

    Comment

    • Bart Ogryczak

      #3
      Re: UNIX shell in Python?

      On Feb 9, 8:49 am, Deniz Dogan <kristn...@nosp am.comwrote:
      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/



      Comment

      • Deniz Dogan

        #4
        Re: UNIX shell in Python?

        Bart Ogryczak wrote:
        On Feb 9, 8:49 am, Deniz Dogan <kristn...@nosp am.comwrote:
        >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.

        Comment

        Working...