Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'duplicate': 0.07; 'already.': 0.09; 'mixed': 0.09; 'subject:How': 0.10; 'python': 0.11; 'language,': 0.12; 'question.': 0.14; 'enough.': 0.16; 'inspire': 0.16; 'seems': 0.21; "i've": 0.25; 'subject:/': 0.26; 'feature': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; '(unless': 0.31; 'libraries': 0.31; 'pascal': 0.31; 'though.': 0.31; 'languages': 0.32; 'me?': 0.32; 'quite': 0.32; 'older': 0.33; 'there,': 0.34; 'core': 0.34; 'basic': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'hi,': 0.36; 'so,': 0.37; 'list.': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'hope': 0.61; 'here': 0.66; 'useful.': 0.68; 'obvious': 0.74; 'sweet': 0.74; 'hand,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ex/G34Qukw6WF1qkcBIsZJBLOg6dcSwt/wLLD01BN0g=; b=MjaBT5HuNCvg82HNTIPF1EkAku4frux5lpdfq/4kvZ5egWeshJ/cf/9iJGpza7FxA1 vvbyzEe0c/Q/MvDCpIqr9NAvJx8KMG0kR8G4XQ5+UgM6/xF5n/97IBfEXfiKJTT3M6LM nXfyHN14eqGan6/LWGl59Bi00lbGKHRYw25dovF0FPKRp9BL2TB5lf/g1m8q5qo2eyD2 CJuZt/xdz4P8kQapNGo+WW2HGIfXk8u/yd64kti44f2p/6QXRHv09zZR1t7xgeKo26vU rJcH4nS2x4qjhoiLJfoz/ey7egvqNlCBbFLqaQpRuvXoqazmsO4AhDY5Bj0D8xV+eEPG +4oQ== X-Received: by 10.112.180.232 with SMTP id dr8mr2160120lbc.67.1369851223810; Wed, 29 May 2013 11:13:43 -0700 (PDT) MIME-Version: 1.0 From: Ma Xiaojun Date: Thu, 30 May 2013 02:13:23 +0800 Subject: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369852830 news.xs4all.nl 15867 [2001:888:2000:d::a6]:60759 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46406 Hi, list. I hope this is not a duplicate of older question. If so, drop me a link is enough. I've used Python here and there, just for the sweet libraries though. For the core language, I have mixed feeling. On one hand, I find that Python has some sweet feature that is quite useful. On the other hand, I often find Pyhton snippets around hard to understand. I admit that I never learned Python very formally; I've programmed in many other languages already. Code snippets in BASIC or Pascal seems quite obvious to understand (Unless I don't understand the algorithm) . Can someone inspire me?