Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20594

Re: Python as a default shell, replacement of bash, sh, cmd ?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <jabba.laci@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.05; 'to:name:python mailing list': 0.09; 'bash,': 0.16; 'wrote:': 0.18; 'this?': 0.19; 'header:In-Reply- To:1': 0.22; 'feb': 0.22; 'shell': 0.24; 'subject: ?': 0.24; 'sat,': 0.25; 'url:mailman': 0.27; "i'm": 0.28; 'message- id:@mail.gmail.com': 0.29; 'interact': 0.29; 'url:)': 0.29; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'url:listinfo': 0.32; 'agree': 0.33; 'to:addr:python-list': 0.35; 'url:python': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.38; 'doing': 0.38; 'url:org': 0.39; 'received:209': 0.39; 'everyone': 0.39; 'to:addr:python.org': 0.40; 'views': 0.40; 'header:Received:6': 0.61; 'your': 0.61
Received-SPF pass (google.com: domain of jabba.laci@gmail.com designates 10.68.195.73 as permitted sender) client-ip=10.68.195.73;
Authentication-Results mr.google.com; spf=pass (google.com: domain of jabba.laci@gmail.com designates 10.68.195.73 as permitted sender) smtp.mail=jabba.laci@gmail.com; dkim=pass header.i=jabba.laci@gmail.com
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ohaDFd+dpP1rJgR6D7HQk27fOQtHkx6F5hfAFqZXhPI=; b=UDIEWc7sooFZYkeEdYCAWTf9XZPnSTN0bgVT+dnDU2lJqnN0obwjAbVPNKFzNxG4Zi sq5EhAZuwCX+vTYxSqHFm8swOsRdQe1VNP+1LkiEo3UY8Y9FT/vi4sdNE9ML6mYvm+fj SV2P3ERRsbLrJy7ezY2KTnCn+XZfi3NbBUDZM=
MIME-Version 1.0
In-Reply-To <24942665.31.1329591482717.JavaMail.geo-discussion-forums@pbux2>
References <24942665.31.1329591482717.JavaMail.geo-discussion-forums@pbux2>
From Jabba Laci <jabba.laci@gmail.com>
Date Sat, 18 Feb 2012 20:21:53 +0100
Subject Re: Python as a default shell, replacement of bash, sh, cmd ?
To Python mailing list <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5945.1329592942.27778.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1329592942 news.xs4all.nl 6938 [2001:888:2000:d::a6]:40780
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:20594

Show key headers only | View raw


Have a look at IPython (http://ipython.org/). It can interact with the
normal shell very well.

Laszlo

On Sat, Feb 18, 2012 at 19:58, SherjilOzair <sherjilozair@gmail.com> wrote:
> Has it been considered to add shell features to python, such that it can be used as a default shell, as a replacement for bash, etc.
>
> I'm sure everyone would agree that doing this would make the terminal very powerful.
>
> What are your views on this?
> --
> http://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python as a default shell, replacement of bash, sh, cmd ? SherjilOzair <sherjilozair@gmail.com> - 2012-02-18 10:58 -0800
  Re: Python as a default shell, replacement of bash, sh, cmd ? Jabba Laci <jabba.laci@gmail.com> - 2012-02-18 20:21 +0100
    Re: Python as a default shell, replacement of bash, sh, cmd ? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-18 13:46 -0800
    Re: Python as a default shell, replacement of bash, sh, cmd ? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-18 13:46 -0800
  Re: Python as a default shell, replacement of bash, sh, cmd ? Bryan <bryanjugglercryptographer@yahoo.com> - 2012-02-18 20:05 -0800
    Re: Python as a default shell, replacement of bash, sh, cmd ? SherjilOzair <sherjilozair@gmail.com> - 2012-02-19 00:18 -0800
      Re: Python as a default shell, replacement of bash, sh, cmd ? Terry Reedy <tjreedy@udel.edu> - 2012-02-19 13:28 -0500
    Re: Python as a default shell, replacement of bash, sh, cmd ? SherjilOzair <sherjilozair@gmail.com> - 2012-02-19 00:16 -0800
      Re: Python as a default shell, replacement of bash, sh, cmd ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-19 08:49 +0000
      Re: Python as a default shell, replacement of bash, sh, cmd ? "Kyle T. Jones" <onexpadREMOVE@EVOMERyahoodotyouknow.com> - 2012-02-21 20:28 -0600
        Re: Python as a default shell, replacement of bash, sh, cmd ? Grant Edwards <invalid@invalid.invalid> - 2012-02-22 15:31 +0000
          Re: Python as a default shell, replacement of bash, sh, cmd ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-22 22:15 +0000
  Re: Python as a default shell, replacement of bash, sh, cmd ? Michael Torrie <torriem@gmail.com> - 2012-02-19 17:23 -0700
    Re: Python as a default shell, replacement of bash, sh, cmd ? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-19 22:15 -0800
    Re: Python as a default shell, replacement of bash, sh, cmd ? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-19 22:15 -0800
  Re: Python as a default shell, replacement of bash, sh, cmd ? Serhiy Storchaka <storchaka@gmail.com> - 2012-02-21 11:15 +0200

csiph-web