Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53509
| 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 | <joe.fbs.junior@gmail.com> |
| 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 | <ed097b36-9be6-49e4-aa34-5ca528db2433@googlegroups.com> <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 <joe.fbs.junior@gmail.com> |
| To | Paul Rice <lfcpaulrice@gmail.com> |
| 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 <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.503.1378142197.19984.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 2 September 2013 14:00, Paul Rice <lfcpaulrice@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
user interfaces python3.x Paul Rice <lfcpaulrice@gmail.com> - 2013-09-02 08:03 -0700
Re: user interfaces python3.x Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-02 16:08 +0000
Re: user interfaces python3.x Paul Rudin <paul.nospam@rudin.co.uk> - 2013-09-02 17:18 +0100
Re: user interfaces python3.x Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-02 13:06 -0400
Re: user interfaces python3.x Paul Rice <lfcpaulrice@gmail.com> - 2013-09-02 10:00 -0700
Re: user interfaces python3.x Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-02 14:16 -0300
Re: user interfaces python3.x Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-02 13:30 -0400
Re: user interfaces python3.x Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-02 14:45 -0300
Re: user interfaces python3.x Paul Rice <lfcpaulrice@gmail.com> - 2013-09-02 11:26 -0700
Re: user interfaces python3.x Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-03 02:43 +0000
Re: user interfaces python3.x Paul Rice <lfcpaulrice@gmail.com> - 2013-09-02 11:28 -0700
Re: user interfaces python3.x Dan Sommers <dan@tombstonezero.net> - 2013-09-02 17:13 +0000
csiph-web