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: 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: <637daa98-9a0e-46ab-bb9a-f5638b7c0038@googlegroups.com> <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Mon, Jun 17, 2013 at 5:04 AM, Rick Johnson 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