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


Groups > comp.lang.python > #53516

Re: user interfaces python3.x

References <ed097b36-9be6-49e4-aa34-5ca528db2433@googlegroups.com> <5224b7e4$0$6599$c3e8da3$5496439d@news.astraweb.com> <3eafbb7c-1a41-4892-9660-4904f81c3b7f@googlegroups.com> <CADuC2Cu5QhqRg-FzdTxJ=TuvAZyASjFLtrhC3Sh0dvkn24d_HQ@mail.gmail.com> <CAPM-O+xDhQ7OjMC_4DGEBWB=L5bCdrdE-1tYcKsCLKKdffoOkw@mail.gmail.com>
Date 2013-09-02 14:45 -0300
Subject Re: user interfaces python3.x
From Joe Junior <joe.fbs.junior@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.509.1378143925.19984.python-list@python.org> (permalink)

Show all headers | View raw


On 2 September 2013 14:30, Joel Goldstick <joel.goldstick@gmail.com> wrote:
> On Mon, Sep 2, 2013 at 1:16 PM, Joe Junior <joe.fbs.junior@gmail.com> wrote:
>> 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.
>
> Except that those libraries don't work in Android phone environments.
> I've never looked into writing code for a phone, but I would suppose
> that a prerequisite for writing smart phone apps is to understand more
> in general how to write a software application.  Guessing from the way
> the OP poses his question, he has a lot more to learn than a specific
> GUI library.
>
> So, maybe the answers were a little facetious, but the question could
> be taken as either completely naive, or as completely pompous.  To
> answer the second interpretation is maybe more fun!

I'm always for some fun, I just  thought I should tell the OP what was
going on. :-) And Qt can work on Android, with some effort.

But you're absolutely right, mobile development can be quite harder
than desktop, and the OP has some studying to do. I'd recommend he
first tried some desktop development, a little googling on tkinter or
PyQt can do him good, since he wants to learn about GUI development,
even though it might not directly translate to mobile developtment.

-- 
Joe

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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