Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25707
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'languages,': 0.04; 'apis': 0.07; 'c++,': 0.07; 'plenty': 0.07; 'subject:question': 0.08; 'python': 0.09; 'cc:addr:python-list': 0.10; 'gui': 0.11; 'subject:python': 0.11; 'ironpython': 0.16; 'language?': 0.16; 'pygtk,': 0.16; 'pyqt,': 0.16; 'subject:programming': 0.16; 'wrote:': 0.17; 'pfxlen:0': 0.17; 'url:moin': 0.17; 'windows': 0.19; 'sort': 0.21; 'runs': 0.22; 'cc:2**0': 0.23; 'programming': 0.23; 'mention': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'specifically': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'url:wiki': 0.26; 'message-id:@mail.gmail.com': 0.27; 'options': 0.27; 'chris': 0.28; 'far.': 0.29; 'fri,': 0.30; 'at:': 0.31; 'url:python': 0.32; 'ubuntu': 0.33; 'received:google.com': 0.34; 'list': 0.35; 'doing': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'url:org': 0.36; 'visual': 0.36; 'should': 0.36; 'possible': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'header:Received:5': 0.40; 'most': 0.61; 'more': 0.63; '20,': 0.65; 'jul': 0.65; '..net': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=22YfE5gadDmdmF0QuEu+wZsiAxPXvaYZT+6nMcNuMl4=; b=zFwUv2GyPZFgrLaIIExfbydU+MkDwnc69zmQsWMMuP5OAycQqmu+eK2qjd+48HbQVV FOnF8ZnFbZL3sjwjBUmCmLeLc1RetdErwT/4C0Edq0jBIYgYh7GWwnsFhp7+G7HIFpk+ t4bKJB3KQjVYg8N5x3wg+yxMWNF25i6qOz+SU2RhiDkZiueaP4JcEy09IW3ni1dfrTib DNc9h/VGH6XOXFQUpmgCu3xz8Utlwi3vswMt76nDfEVM9fa47T+t88zCpJHqza7DuXYW WFrDRPlS8hKDJafgZtG9KeWHdYwX7rY8XD9Qpn2Caz7TPBmgu9bcxpuQ6C1Gcs2rkAy2 H1EQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <jucq6e$1ft8$1@adenine.netfront.net> |
| References | <jucq6e$1ft8$1@adenine.netfront.net> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Fri, 20 Jul 2012 18:30:25 -0600 |
| Subject | Re: Newbie question on python programming |
| To | Chris Williams <purplewelshy@googlemail.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.12 |
| 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.2356.1342830657.4697.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1342830657 news.xs4all.nl 6932 [2001:888:2000:d::a6]:33409 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:25707 |
Show key headers only | View raw
On Fri, Jul 20, 2012 at 5:38 PM, Chris Williams <purplewelshy@googlemail.com> wrote: > Hello > > I hope this is the right newsgroup for this post. > > I am just starting to learn python programming and it seems very > straightforward so far. It seems, however, geared toward doing the sort of > programming for terminal output. > > Is it possible to write the sort of applications you can create in something > like c-sharp or visual c++, or should I be looking at some other programming > language? I am using ubuntu 12.04. There are plenty of options for GUI programming in Python. Among the most popular are Tkinter, wxPython, PyGTK, and PyQT, all of which are cross-platform and free. Also, since you specifically mention the .NET languages, IronPython runs on .NET and so is able to make full use of the .NET APIs including Windows Forms and WPF. A more comprehensive list can be found at: http://wiki.python.org/moin/GuiProgramming
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Newbie question on python programming Chris Williams <purplewelshy@googlemail.com> - 2012-07-21 00:38 +0100
Re: Newbie question on python programming Ian Kelly <ian.g.kelly@gmail.com> - 2012-07-20 18:30 -0600
Re: Newbie question on python programming Tom P <werotizy@freent.dd> - 2012-07-21 18:13 +0200
csiph-web