Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'converts': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'question.': 0.14; 'beating': 0.16; 'code?': 0.16; 'delimit': 0.16; 'delimiter': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; "i've": 0.25; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'see,': 0.30; 'strongly': 0.30; 'code': 0.31; 'reduced': 0.31; 'probably': 0.32; 'checked': 0.32; 'languages': 0.32; 'thanks!': 0.32; 'another': 0.32; "i'd": 0.34; 'subject: (': 0.35; 'but': 0.35; 'there': 0.35; 'subject:New': 0.37; 'so,': 0.37; 'to:addr:python- list': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'space': 0.40; 'ago.': 0.61; 'new': 0.61; "you're": 0.61; 'our': 0.64; 'charset:windows-1252': 0.65; 'believe': 0.68; 'beat': 0.68; 'belt,': 0.84; 'horse': 0.84; 'dozen': 0.91; 'notion': 0.91; 'wanting': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: New to Python - block grouping (spaces) Date: Thu, 16 Apr 2015 13:17:33 +0100 References: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-186-84.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429186667 news.xs4all.nl 2897 [2001:888:2000:d::a6]:46005 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89018 On 16/04/2015 05:07, Blake McBride wrote: > Greetings, > > I am new to Python. I am sorry for beating what is probably a dead horse but I checked the net and couldn't find the answer to my question. > > I like a lot of what I've seen in Python, however, after 35 years and probably a dozen languages under my belt, I very strongly disagree with the notion of using white space to delimit blocks. Not wanting to beat what I believe is probably a dead horse, I have one question. > > Is there a utility that will allow me to write Python-like code that includes some block delimiter that I can see, that converts the code into runnable Python code? If so, where can I find it? > > Thanks! > > Blake McBride > You're not beating a dead horse, it was reduced to a skeleton years ago. I'd either get used to the use of whitespace or find another language. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence