Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'messing': 0.09; 'cc:addr :python-list': 0.11; 'gui': 0.12; 'subject:interfaces': 0.16; 'subject:python3.x': 0.16; 'subject:user': 0.16; 'wrote:': 0.18; 'app': 0.19; 'basically': 0.19; 'examples': 0.20; 'example': 0.22; 'cc:addr:python.org': 0.22; 'paul': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'joe': 0.30; 'programming.': 0.30; 'specified': 0.30; 'message- id:@mail.gmail.com': 0.30; 'libraries': 0.31; 'steven': 0.31; 'interface': 0.32; 'sense': 0.34; 'something': 0.35; 'received:google.com': 0.35; "he's": 0.36; 'does': 0.39; 'most': 0.60; 'you.': 0.62; 'making': 0.63; 'to:addr:gmail.com': 0.65; 'phone': 0.66; 'dont': 0.67; '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 :cc:content-type; bh=BYLfivF616XkmhxAGYvkl1u7J8/eBROH7j10LIlM3sk=; b=DicflSR0x90niA+xfV7HKDWF+j3QIl2UisORJmd7hH1hG6MKhwO+nWFnQu91pTWWMF fBNwrYo6VW4mY7f7DRLVMPzCFrNtBYQxPYvkP9rJACF5YClFvPhyPXYUmbfdAxanDgnR EX2mOw59uqmg/MjZyVipFULvovfOmfwKjxLpcB1HbIhsEz7DlJ0tIXsXG3m+qxqoDmoR a5zcuOzKipgyZ3sD8whvu4AKmI5FnC75UUVeQSeFVsZ3pn4D0/l7WxXhHH/dcsRreCWd cSodt5LojAm/4ZzN/mEv2mfAOcQs187+7hRnUO2Qk7kLUjBAQSBLOEw3sRNpjAOd3gUU 44gA== MIME-Version: 1.0 X-Received: by 10.49.116.4 with SMTP id js4mr30499746qeb.14.1378142189392; Mon, 02 Sep 2013 10:16:29 -0700 (PDT) In-Reply-To: <3eafbb7c-1a41-4892-9660-4904f81c3b7f@googlegroups.com> References: <5224b7e4$0$6599$c3e8da3$5496439d@news.astraweb.com> <3eafbb7c-1a41-4892-9660-4904f81c3b7f@googlegroups.com> Date: Mon, 2 Sep 2013 14:16:29 -0300 Subject: Re: user interfaces python3.x From: Joe Junior To: Paul Rice Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 1378142197 news.xs4all.nl 15870 [2001:888:2000:d::a6]:36337 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53509 On 2 September 2013 14:00, Paul Rice wrote: > > I know that most of my time will be writing . I dont think i specified very well what im asking. > What i mean by proper interface is a interface like for an app or something, let me give u an example; > Say i have made a phonebook just for this example and i want to use it like a normal phonebook in your phone instead of in writing. So basically making it like an app or something ? > Does that make sense ? Lol He's just messing with you. What you want is to write GUI (Graphical User Interface) Application. The examples Steven cited like GTK and Qt are libraries that provides it. The word "Interface" means a lot of things in programming. -- Joe