Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; '22,': 0.09; 'language': 0.14; 'devs': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'indent': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'feb': 0.19; 'written': 0.20; 'programming': 0.23; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'message- id:@mail.gmail.com': 0.27; 'fri,': 0.30; 'checked': 0.30; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'anything': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'most': 0.61; '2013': 0.84; 'confusing': 0.84; 'mandatory.': 0.84; 'unclear': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=fpnPNgrF+mjINPP5oGJBHQIRx7303eOpY9zhN5b1f3s=; b=TCTsHfYFpiup57uPYy5OIOsj2Q95jhvXS4K4jyXfF/DATZDeOmd9I0tSYZZhLQKZgB s6lmm2LVxyGlLvFdxIx+UM27vHxA/zDThCI2gjAULhhkyikIR64FZelDjk4xQNht+lHa ZmDtSpFAD6eSKFXgcseIGIWeq3QDfqJqIYLUHT90g6TBB8W4Oq5VRbQWSb8FwcNXpEwC gVhyE9GNPYjySOBmIl89hPvKXDh+B/QCuRp/KxMO83Qmj9SYUN4lFHxRjc4Ueu9TKQWj rhlOyKHWsnlRMo5JobuJqCqZDNR9O0hj8+1myGvYbI2pwN8XmTkt2qYCKATC1QA6Y5j6 NOpA== MIME-Version: 1.0 X-Received: by 10.220.218.195 with SMTP id hr3mr2036490vcb.70.1361535162879; Fri, 22 Feb 2013 04:12:42 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Feb 2013 23:12:42 +1100 Subject: Re: Python Newbie From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361535166 news.xs4all.nl 6871 [2001:888:2000:d::a6]:51984 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39556 On Fri, Feb 22, 2013 at 10:58 PM, Rui Maciel wrote: > Mitya Sirenef wrote: > >> Looks very unclear and confusing to me. Whether it's C# or ruby or >> anything else, most devs don't indent like that; > > The Go programming language makes that style mandatory. [citation needed] What do you mean by "that style"? The OP's style with the 'if' indented? I just checked out golang.org for examples, and they're written in OTBS. ChrisA