Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29780
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dwightdhutto@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'function,': 0.07; 'received:mail-vb0-f46.google.com': 0.09; 'sep': 0.09; 'cc:addr :python-list': 0.10; 'simpler,': 0.16; 'task.': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'examples': 0.18; '>>>': 0.18; 'received:209.85.212.46': 0.18; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'received:209.85.212': 0.28; 'concise': 0.29; 'though.': 0.29; 'function': 0.30; 'code': 0.31; 'point.': 0.33; 'received:google.com': 0.34; 'mine': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'why': 0.37; 'ones': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'header:Received:5': 0.40; 'here': 0.65; '20,': 0.65; 'easier,': 0.84; 'offerings.': 0.84; 'incredibly': 0.96 |
| 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=4M3dcqQu1t3emkJ07Z+NicdMeMW7RrXXGjMJ9WGhwhU=; b=kxX++fTncKpOIoHO8CydroqlHsS2u9o7MvJZRUBmZ6H40UW3hupu8x7nNmET/pz4Lr mvkHINWtuLo8xwF11JzeSdUK/lt6JwDYrCZ/s1XboOb3zJ+tRARea8IB+z+nr8fnkasS nByQC46jOoAYzzwiDVnisZmpnHULA58UbzcVrlZt/Q7MJGVASsNYzfJ+G8RXfHlh9VFX K6M2PW7DxyK96qYs39oNPMXfvv3Lud/ktdBne1kRV/UZ0ymN3bw73g8PkCg1G4OVYAD7 zdlaYQElO5B/sqEtNwy8IE9U6oR7gqSD+w7ha+e6wPfgxBxtsiw2X9eaqU6TjaxkDguz 6pYw== |
| MIME-Version | 1.0 |
| In-Reply-To | <evH6s.1159$U54.270@newsfe01.iad> |
| References | <k3c9jb$2gr$1@ger.gmane.org> <CA+vVgJXh2PyeAT5LdWD6twijHPhmAoL9UPJxj+QJXvmey-WAgQ@mail.gmail.com> <mailman.911.1348056502.27098.python-list@python.org> <evH6s.1159$U54.270@newsfe01.iad> |
| Date | Sat, 22 Sep 2012 23:44:25 -0400 |
| Subject | Re: A little morning puzzle |
| From | Dwight Hutto <dwightdhutto@gmail.com> |
| To | Tobiah <toby@tobiah.org> |
| 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.1097.1348371868.27098.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348371868 news.xs4all.nl 6878 [2001:888:2000:d::a6]:45926 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29780 |
Show key headers only | View raw
On Thu, Sep 20, 2012 at 12:28 PM, Tobiah <toby@tobiah.org> wrote: > >>> Here is my solution: > > >>> ** Incredibly convoluted and maximally less concise solution >>> than other offerings. ** > > >>> Might be better ones though. >> >> >> Unlikely. > > > Zing! > Why don't you all look at the code(python and C), and tell me how much code it took to write the functions the other's examples made use of to complete the task. Just because you can use a function, and make it look easier, doesn't mean the function you used had less code than mine, so if you look at the whole of what you used to make it simpler, mine was on point. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: A little morning puzzle Peter Otten <__peter__@web.de> - 2012-09-19 14:09 +0200
Re: A little morning puzzle Tobiah <toby@tobiah.org> - 2012-09-20 09:28 -0700
Re: A little morning puzzle Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-22 23:44 -0400
Re: A little morning puzzle alex23 <wuwei23@gmail.com> - 2012-09-23 20:46 -0700
Re: A little morning puzzle Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 17:22 -0400
RE: A little morning puzzle "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-09-27 17:58 +0000
Re: A little morning puzzle Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-23 22:51 -0600
Re: A little morning puzzle Ethan Furman <ethan@stoneleaf.us> - 2012-09-24 14:18 -0700
Re: A little morning puzzle Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 18:07 -0400
Re: A little morning puzzle Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-24 17:01 -0600
Re: A little morning puzzle Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 19:13 -0400
csiph-web