Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3177
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <prologic@shortcircuit.net.au> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python': 0.07; 'frameworks,': 0.09; 'that!': 0.09; 'to:name:python list': 0.09; 'wxpython': 0.09; 'pm,': 0.11; 'programmer': 0.11; 'written': 0.12; 'c++': 0.12; 'gui': 0.14; 'wrote:': 0.14; '2002.': 0.16; 'clunky': 0.16; 'served': 0.16; 'ties': 0.16; 'tkinter,': 0.16; '\xc2\xa0i': 0.16; 'fine': 0.18; 'written,': 0.19; 'compatible': 0.20; 'language': 0.20; 'programming': 0.20; '(or': 0.22; 'code': 0.22; 'header:In-Reply-To:1': 0.22; 'thu,': 0.22; 'tools,': 0.22; 'so.': 0.22; 'url:mailman': 0.27; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.161': 0.29; '(as': 0.29; "python's": 0.29; 'probably': 0.30; '(the': 0.30; 'but...': 0.31; 'solved': 0.31; 'toolkit': 0.31; 'language.': 0.31; 'to:addr:python-list': 0.32; 'url:listinfo': 0.33; 'etc)': 0.33; 'bit': 0.33; 'got': 0.34; 'there': 0.35; 'tool': 0.35; 'fault': 0.35; 'rather': 0.36; 'feature': 0.36; 'think': 0.36; 'some': 0.37; 'however': 0.37; 'should': 0.37; 'received:209.85': 0.37; 'url:python': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'url:org': 0.38; 'strong': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'said': 0.39; 'would': 0.40; 'header:Received:5': 0.40; 'choice.': 0.60; '2011': 0.62; 'our': 0.63; 'took': 0.64; 'become': 0.70; '(let': 0.84; 'poorly': 0.84; 'wading': 0.84; 'regret': 0.91 |
| MIME-Version | 1.0 |
| In-Reply-To | <d7c672c9-5872-481b-9621-abf453d554ad@w9g2000prg.googlegroups.com> |
| References | <3b26b458-c69b-4fca-a284-bb23d9e86d42@l30g2000vbn.googlegroups.com> <d7c672c9-5872-481b-9621-abf453d554ad@w9g2000prg.googlegroups.com> |
| From | James Mills <prologic@shortcircuit.net.au> |
| Date | Thu, 14 Apr 2011 15:36:19 +1000 |
| Subject | Re: Egos, heartlessness, and limitations |
| To | python list <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| 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.347.1302759401.9059.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1302759402 news.xs4all.nl 81478 [::ffff:82.94.164.166]:53283 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:3177 |
Show key headers only | View raw
On Thu, Apr 14, 2011 at 3:08 PM, John Ladasky <ladasky@my-deja.com> wrote: > I may regret wading into a flame-war, but... As long as we leave it at that! :) > I got started with Python in 2002. I took one look at TKinter, said > "yuck!", and went searching for something else. Now, wxPython is a > bit clunky for a Python programmer because of its strong ties to C++ > -- but that's what I chose, and it has served me well. I would like > to see wxPython become the default GUI for our very fine programming > language. That's fine and that's your choice. I however don't feel that "we" (as a community) or they (the python developers) should make any GUI toolkit the default for Python (let alone any programming language). IHMO GUI toolkits are not a feature of the language but rather a tool (or library) which is compatible in some way with your language. Python is a fine language. So what if some of the code written _in Python_ (libraires, tools, frameworks, whatever) are a bit poorly written, documented, or are lacking in features ? Is this Python's fault ? Should it be ? I don't think so. This is probably the reason for different groups in the first place (python-dev, python-core-mentoring, python-ideas, etc) so that there is a clear separation of "what's what". Can we stop arguing about this now ? cheers James > http://mail.python.org/mailman/listinfo/python-list > -- -- James Mills -- -- "Problems are solved by method"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 17:39 -0700
Re: Egos, heartlessness, and limitations "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-13 18:56 -0600
Re: Egos, heartlessness, and limitations James Mills <prologic@shortcircuit.net.au> - 2011-04-14 11:10 +1000
Re: Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 18:27 -0700
Re: Egos, heartlessness, and limitations Ryan Kelly <ryan@rfk.id.au> - 2011-04-14 11:29 +1000
Re: Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 19:10 -0700
Re: Egos, heartlessness, and limitations Ryan Kelly <ryan@rfk.id.au> - 2011-04-14 13:01 +1000
Re: Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 20:26 -0700
Re: Egos, heartlessness, and limitations James Mills <prologic@shortcircuit.net.au> - 2011-04-14 13:43 +1000
Re: Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 21:05 -0700
Re: Egos, heartlessness, and limitations "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-13 22:46 -0600
Re: Egos, heartlessness, and limitations alex23 <wuwei23@gmail.com> - 2011-04-13 22:07 -0700
Re: Egos, heartlessness, and limitations "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-04-15 22:27 -0600
Re: Egos, heartlessness, and limitations rusi <rustompmody@gmail.com> - 2011-04-16 09:06 -0700
Re: Egos, heartlessness, and limitations Westley Martínez <anikom15@gmail.com> - 2011-04-14 06:40 -0700
Re: Egos, heartlessness, and limitations Ethan Furman <ethan@stoneleaf.us> - 2011-04-13 18:47 -0700
Re: Egos, heartlessness, and limitations Ryan Kelly <ryan@rfk.id.au> - 2011-04-14 12:03 +1000
Re: Egos, heartlessness, and limitations Ben Finney <ben+python@benfinney.id.au> - 2011-04-14 12:26 +1000
Re: Egos, heartlessness, and limitations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-04-14 03:12 +0000
Re: Egos, heartlessness, and limitations Ryan Kelly <ryan@rfk.id.au> - 2011-04-14 13:23 +1000
Re: Egos, heartlessness, and limitations rantingrick <rantingrick@gmail.com> - 2011-04-13 20:41 -0700
Re: Egos, heartlessness, and limitations Terry Reedy <tjreedy@udel.edu> - 2011-04-14 01:38 -0400
Re: Egos, heartlessness, and limitations James Mills <prologic@shortcircuit.net.au> - 2011-04-14 12:03 +1000
Re: Egos, heartlessness, and limitations Ben Finney <ben+python@benfinney.id.au> - 2011-04-14 12:27 +1000
Re: Egos, heartlessness, and limitations Westley Martínez <anikom15@gmail.com> - 2011-04-13 18:59 -0700
Re: Egos, heartlessness, and limitations John Ladasky <ladasky@my-deja.com> - 2011-04-13 22:08 -0700
Re: Egos, heartlessness, and limitations James Mills <prologic@shortcircuit.net.au> - 2011-04-14 15:36 +1000
Re: Egos, heartlessness, and limitations Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-04-14 06:59 +0000
Re: Egos, heartlessness, and limitations jmfauth <wxjmfauth@gmail.com> - 2011-04-14 05:02 -0700
Re: Egos, heartlessness, and limitations Chris Angelico <rosuav@gmail.com> - 2011-04-14 18:36 +1000
Re: Egos, heartlessness, and limitations Grant Edwards <invalid@invalid.invalid> - 2011-04-14 18:41 +0000
csiph-web