Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.02; 'anyway.': 0.05; 'received:134': 0.05; 'subject:Python': 0.06; 'wrote:': 0.18; 'fit': 0.20; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'case.': 0.24; 'logical': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'code': 0.31; 'indentation': 0.31; 'programmers': 0.33; 'problem': 0.35; 'subject: (': 0.35; "can't": 0.35; 'but': 0.35; 'there': 0.35; 'in.': 0.36; 'reflect': 0.36; 'shows': 0.36; 'possible': 0.36; 'subject:New': 0.37; 'implement': 0.38; 'sometimes': 0.38; 'initially': 0.38; 'to:addr:python-list': 0.38; 'structure': 0.39; 'to:addr:python.org': 0.39; 'new': 0.61; 'physical': 0.72; 'forced': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqcEAMx2L1WGuA9G/2dsb2JhbABch0/HZIJcAoIMAQEBAQEBhR8BAQMBI1UGCwsaAgUWCwICCQMCAQIBRRMIAogeCLBWkQqEdAEBCAIggSGKCoUDFoJSgUUBBJsvgR2Fb4oig00ig3GDMAEBAQ Date: Thu, 16 Apr 2015 10:47:39 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: New to Python - block grouping (spaces) References: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429174069 news.xs4all.nl 2941 [2001:888:2000:d::a6]:57492 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3415 X-Received-Body-CRC: 3760495771 Xref: csiph.com comp.lang.python:89012 On 04/16/2015 09:46 AM, alister wrote: > what I find strange is that although these programmers initially disliked > forced indentation they were voluntarily indenting there existing code > anyway. Take a look at your existing code base & see if this would indeed > be the case. The problem is that the logical structure one has in one's head is not always the same as the physical structure one has to implement in. I prefer the indentation of my program to reflect the former instead of the latter. That is impossible in python. This problem sometimes shows up when possible new programming structures are discussed and the structure is discareded, not because it lacks merrit but because it can't me made to fit into the forced indentation mold of python.