Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48482
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'environments': 0.07; 'mentioned,': 0.07; 'utilizing': 0.09; 'gui': 0.12; '*any*': 0.16; 'chris,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:son': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'command': 0.22; 'exists': 0.24; 'mon,': 0.24; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'file': 0.32; 'interface': 0.32; 'run': 0.32; 'received:209.85': 0.35; 'created': 0.35; 'received:209.85.220': 0.35; 'johnson': 0.35; 'received:google.com': 0.35; 'interface,': 0.36; 'done': 0.36; 'received:209': 0.37; 'bringing': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'is.': 0.60; 'simply': 0.61; "you've": 0.63; 'more': 0.64; 'to,': 0.72; 'subject:wants': 0.74; 'rick': 0.93; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rbxstAnuOWanAmfhl5YlEX6WRjg1DxuWQMK6pvwoKow=; b=ZTkO49h1OuVERs3xSC6mUZrG7B0PqlAD7Bsn2q4FbkfPBr/6guoXsszjrW1KWOeT6K 1vREn1BeGkdxyib7uTq08+QfWh0gpy66vQU5x23o9Gkm8956UMCc7Hh4lRL+eP5BA2BU Z11NtidxouzLbkiPO9EpU9/7GucMW0JXO5IpjNlfFdfGbcR41rDkGyhAIwPS1zwYgKXg NQOGFP4fPK9DGx0R26yRfrTTwIQJbxIRBL0a4biur+3dx5eK2/dY8+BzuvBgVWtfsigQ GvclZSeuaIiyPNPR3vpCFzPa55c/c8Fw4mtWHJJWIeODfC+FoE8kVkzT8eLPYiKLlMBM BRAQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.155.67 with SMTP id vu3mr2840000vdb.94.1371419537031; Sun, 16 Jun 2013 14:52:17 -0700 (PDT) |
| In-Reply-To | <6e8fe605-392b-4969-b6b0-c913a8f7b408@googlegroups.com> |
| References | <Pine.LNX.4.64.1306131844240.11512@tau.ceti.pl> <mailman.3219.1371154780.3114.python-list@python.org> <637daa98-9a0e-46ab-bb9a-f5638b7c0038@googlegroups.com> <mailman.3248.1371182708.3114.python-list@python.org> <6e8fe605-392b-4969-b6b0-c913a8f7b408@googlegroups.com> |
| Date | Mon, 17 Jun 2013 07:52:16 +1000 |
| Subject | Re: My son wants me to teach him Python |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.3461.1371419540.3114.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1371419540 news.xs4all.nl 15962 [2001:888:2000:d::a6]:38355 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:48482 |
Show key headers only | View raw
On Mon, Jun 17, 2013 at 5:04 AM, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > Chris, a GUI interface can be created for *ANY* command line > functionality. By utilizing the GUI you can be more > productive because a "point" and a "click" are always faster > than "peck-peck-peck" * INFINITY. > Okay... I'm trying to get my head around what you've done here. Isn't it simply that you've made a way to, with what looks like a point-and-click interface, let the user type in a command line? Or even worse, force them to edit a file to change the command used? That already exists - as I mentioned, several desktop environments have Alt-F2 to let you type in any program and run it. That's no more using a GUI than bringing up a terminal is. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: My son wants me to teach him Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-13 21:18 +0100
Re: My son wants me to teach him Python Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-13 20:33 -0700
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-14 14:02 +1000
Re: My son wants me to teach him Python Anssi Saari <as@sci.fi> - 2013-06-14 15:02 +0300
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-15 03:12 +1000
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-14 14:05 +1000
Re: My son wants me to teach him Python Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-16 12:04 -0700
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-17 07:52 +1000
Re: My son wants me to teach him Python Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-16 15:33 -0700
Re: My son wants me to teach him Python Alister <alister.ware@ntlworld.com> - 2013-06-17 21:11 +0000
Re: My son wants me to teach him Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-14 06:11 +0100
Re: My son wants me to teach him Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-14 06:13 +0000
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-14 17:21 +1000
Re: My son wants me to teach him Python Tim Chase <python.list@tim.thechases.com> - 2013-06-14 05:41 -0500
Re: My son wants me to teach him Python Alister <alister.ware@ntlworld.com> - 2013-06-14 15:35 +0000
Re: My son wants me to teach him Python Neil Cerutti <neilc@norwich.edu> - 2013-06-14 16:01 +0000
Re: My son wants me to teach him Python Chris Angelico <rosuav@gmail.com> - 2013-06-15 03:14 +1000
Re: My son wants me to teach him Python Jason Swails <jason.swails@gmail.com> - 2013-06-14 13:03 -0400
Re: My son wants me to teach him Python Jason Swails <jason.swails@gmail.com> - 2013-06-14 02:28 -0400
Re: My son wants me to teach him Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-06-14 20:12 -0400
csiph-web