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


Groups > comp.lang.python > #60103

Re: Total Python Newbie needs geting started info.

References <2bdb369a-abcd-46b4-910a-c7819a958129@googlegroups.com>
Date 2013-11-21 03:14 +1100
Subject Re: Total Python Newbie needs geting started info.
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2971.1384964087.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Nov 21, 2013 at 3:03 AM, Ev J <shorepointln@gmail.com> wrote:
> Before I go too far down this road, I need to know if I can/should use this environment to develop GUI applications.  Is there graphical support for this - for example I can I just insert/move/set properties of buttons, combo boxes, etc. using an interface like the one in VBA?

Yes, you most certainly can. In the Microsoft world, you get a
language and its one GUI toolkit as a package deal; but in most of the
rest of the world, they're quite separate. Python can be used with
GTK, wx, TK, and a variety of other GUI toolkits; I happen to quite
like GTK, which I also use with Pike, a quite different language, and
can also be used with C and various other languages. So you can get to
know Python, and then later on choose one of several GUI toolkits, and
figure out how you want to lay out your window from there. The
tutorial sticks with the console because it's simple and easy to work
with; adding a GUI adds extra complexity, which can be left for later.

I don't know how much of "an interface like VBA" you'll get, but there
are graphical window builders. Personally, I don't use them; but if
you want them, they do exist.

ChrisA

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


Thread

Total Python Newbie needs geting started info. Ev J <shorepointln@gmail.com> - 2013-11-20 08:03 -0800
  Re: Total Python Newbie needs geting started info. Chris Angelico <rosuav@gmail.com> - 2013-11-21 03:14 +1100
    Re: Total Python Newbie needs geting started info. Alister <alister.ware@ntlworld.com> - 2013-11-20 16:37 +0000
  Re: Total Python Newbie needs geting started info. Rod Person <rodperson@rodperson.com> - 2013-11-20 11:36 -0500
  Re: Total Python Newbie needs geting started info. Christopher Welborn <cjwelborn@live.com> - 2013-11-20 22:14 -0600

csiph-web