Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46518
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <damage3025@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.052 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'subject:How': 0.10; '(int': 0.16; 'wrote:': 0.18; '31,': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'received:209.85.217': 0.29; 'message- id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'received:209.85': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '2013': 0.98 |
| 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 :content-type; bh=LuWdajy/YwEpBHniLDLlXfvHmh5SNHqPxkEgW2/Gh3I=; b=VRTCQJiVSv3qY/h8RPGZ56jg86b3piEDtusdm5AE8gxKapB6azK5d4kCXedfnaAo3T vC5o5CQpNLfLVmMYZ8dRjItFQ9vD7+UBEsjoLq3HXuEIHWP9Tw8IU64efpuMMydahmZ0 fGPo1EnIE31qabh8GbFXP1+m1i+BLb2zrhPXrilb+HOHcmlEUzoGa38nl96QSSsJZZZw nYrTHZXFW0rGNS3fCGAVS3IrrPiiROWU8MkaRF56F8fLIu1et9nQ8kk7BQejbv4jCHwV 9mVChdFY7FHk1mvxVWDj9a4GiyThJw7ANhCbrxI3e0pyquVENDDc8YMJzM1EflCwI9/8 OcrA== |
| X-Received | by 10.112.142.73 with SMTP id ru9mr3992440lbb.22.1369935997587; Thu, 30 May 2013 10:46:37 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <CAPTjJmp=5radGce2qEUHRvw1VTk51aj1b6rwgP8fa7BGGrN3aA@mail.gmail.com> |
| References | <CAGVx7UWXAFHSHq37Ep-Vk=cM2wYrEGHSUhNc8s43bCvj_VcVow@mail.gmail.com> <mailman.2374.1369852683.3114.python-list@python.org> <51a6ef42$0$11118$c3e8da3@news.astraweb.com> <mailman.2397.1369904083.3114.python-list@python.org> <503a1a1e-9c5c-4c01-929b-673421907ab8@ys5g2000pbc.googlegroups.com> <CAPTjJmp=5radGce2qEUHRvw1VTk51aj1b6rwgP8fa7BGGrN3aA@mail.gmail.com> |
| From | Ma Xiaojun <damage3025@gmail.com> |
| Date | Fri, 31 May 2013 01:46:17 +0800 |
| Subject | Re: How clean/elegant is Python's syntax? |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| 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.2436.1369936006.3114.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369936006 news.xs4all.nl 15949 [2001:888:2000:d::a6]:34453 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:46518 |
Show key headers only | View raw
On Fri, May 31, 2013 at 1:28 AM, Chris Angelico <rosuav@gmail.com> wrote:
> for (int i=0;i<nfoo;++i) if (foo[i].marker)
> {
> //do something with foo[i]
> }
This is interesting!
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: How clean/elegant is Python's syntax? Ma Xiaojun <damage3025@gmail.com> - 2013-05-30 02:37 +0800
Re: How clean/elegant is Python's syntax? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-30 06:18 +0000
Re: How clean/elegant is Python's syntax? Ma Xiaojun <damage3025@gmail.com> - 2013-05-30 16:54 +0800
Re: How clean/elegant is Python's syntax? rusi <rustompmody@gmail.com> - 2013-05-30 10:12 -0700
Re: How clean/elegant is Python's syntax? Chris Angelico <rosuav@gmail.com> - 2013-05-31 03:28 +1000
Re: How clean/elegant is Python's syntax? rusi <rustompmody@gmail.com> - 2013-05-30 10:59 -0700
Re: How clean/elegant is Python's syntax? Chris Angelico <rosuav@gmail.com> - 2013-05-31 04:22 +1000
Re: How clean/elegant is Python's syntax? Ma Xiaojun <damage3025@gmail.com> - 2013-05-31 01:46 +0800
Re: How clean/elegant is Python's syntax? Chris Angelico <rosuav@gmail.com> - 2013-05-31 03:50 +1000
Re: How clean/elegant is Python's syntax? Ma Xiaojun <damage3025@gmail.com> - 2013-05-31 01:50 +0800
Re: How clean/elegant is Python's syntax? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-30 19:36 +0000
Re: How clean/elegant is Python's syntax? Michael Torrie <torriem@gmail.com> - 2013-05-30 17:30 -0600
csiph-web