Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.03; 'subject:Python': 0.05; 'bug.': 0.07; 'executable': 0.07; 'formatting': 0.07; 'python': 0.09; 'language': 0.14; 'errors)': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'sharp': 0.16; 'tabs': 0.16; 'wrote:': 0.17; 'either.': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'this?': 0.28; 'initial': 0.28; 'whitespace': 0.29; 'source': 0.29; 'expect': 0.31; 'code': 0.31; '(and': 0.32; 'file': 0.32; 'date.': 0.33; 'impression': 0.33; 'to:addr:python-list': 0.33; 'pm,': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'subject:: ': 0.38; 'files': 0.38; 'fact': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'space': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'most': 0.61; 'love': 0.63; 'more': 0.63; 'due': 0.66; 'matters.': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sat, 23 Feb 2013 11:40:59 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Newbie References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361644869 news.xs4all.nl 6879 [2001:888:2000:d::a6]:56835 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39697 On 02/21/2013 02:26 PM, Piterrr wrote: > Hi folks. I am a long time C sharp dev, just learning Python now due > to job requirements. My initial impression is that Python has got to > be the most ambiguous and vague language I have seen to date. I have > major issues with the fact that white space matters. How do you deal > with this? Well I never use tabs in python files and I don't expect any python source code file to either. Any that do I consider to be a bug. But as for whitespace syntax formatting in general, I love it. Executable pseudo-code makes for more rapid development (and fewer errors) than in any language I have used to date.