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


Groups > comp.lang.python > #20595

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

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dihedral88888@googlemail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.05; 'python': 0.08; 'scripts': 0.09; 'to:addr:comp.lang.python': 0.09; 'bash,': 0.16; 'paste.': 0.16; 'cc:addr:python-list': 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; 'cc:2**0': 0.26; 'url:mailman': 0.27; "i'm": 0.28; 'interact': 0.29; 'cc:addr:python.org': 0.29; 'url:)': 0.29; 'from:addr:googlemail.com': 0.31; 'url:listinfo': 0.32; 'header:User-Agent:1': 0.33; 'agree': 0.33; 'test': 0.34; 'url:python': 0.35; 'received:209.85.160': 0.36; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'could': 0.38; 'doing': 0.38; 'url:org': 0.39; 'received:209': 0.39; 'everyone': 0.39; 'views': 0.40; 'easy': 0.60; 'your': 0.61; '8bit%:62': 0.77; 'skip:2 50': 0.91
Received-SPF pass (google.com: domain of dihedral88888@googlemail.com designates 10.68.217.129 as permitted sender) client-ip=10.68.217.129;
Authentication-Results mr.google.com; spf=pass (google.com: domain of dihedral88888@googlemail.com designates 10.68.217.129 as permitted sender) smtp.mail=dihedral88888@googlemail.com
Newsgroups comp.lang.python
Date Sat, 18 Feb 2012 13:46:16 -0800 (PST)
In-Reply-To <mailman.5945.1329592942.27778.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=112.105.144.164; posting-account=5JdMBQoAAABHnS4mjpqEzxnmWtgiiVNw
References <24942665.31.1329591482717.JavaMail.geo-discussion-forums@pbux2> <mailman.5945.1329592942.27778.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
MIME-Version 1.0
Subject Re: Python as a default shell, replacement of bash, sh, cmd ?
From 88888 Dihedral <dihedral88888@googlemail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc Python mailing list <python-list@python.org>
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>
Message-ID <mailman.5946.1329601587.27778.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1329601587 news.xs4all.nl 6878 [2001:888:2000:d::a6]:45709
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:20595

Show key headers only | View raw


在 2012年2月19日星期日UTC+8上午3时21分53秒,Jabba Laci写道:
> 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

Yeh, python could be used as a better shell in a text
terminal box and with another text editor in 
another box to write scripts in developement. 

Also this is  easy to test scripts found in the web by copy and paste. 
 

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