Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'prefix': 0.07; 'python': 0.09; 'aug': 0.13; 'language': 0.14; '24,': 0.16; 'driscoll': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'shorten': 0.16; 'subject:Objects': 0.16; 'wrote:': 0.17; 'variable': 0.20; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject: [': 0.29; 'fri,': 0.30; 'gets': 0.32; 'could': 0.32; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'subject:]': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'called': 0.39; 'header:Received:5': 0.40; 'your': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ES6pihePTgYE9kkT+wHFfcDywQo96WzeEEdi4+huNo0=; b=hawhMVgXy+re94HRwelKIGp6rgmNMjYDf0CglShDxCNwRX4BFW73ZGq6gQTEY4CPSc 68/wQyalODCHtdjYhyCuyWKnI0OvVftod+p9GRzNQRZJTXGvGejE24dJEDvEz+rCFrH9 NEfMbn406O2IKSoQybPdIaT+SABfvUlGHaaVloF7LGQ3Q0ZVchjA+Ek/nopc1jQkXuEO KzC270m5bGOt7XY1QmUrFonYsyDTZgWnp/mPYXU1BOWOoAkgL+7jr6GygO6L0A3QVGOR EDFq314xXaspn9Ega0jkzQD6Ir+45HLm8nZSEgVuqWHJwAlbXjWJMVXlWavJTb2Bkz+x x9CA== MIME-Version: 1.0 In-Reply-To: <503682E0.4060807@cs.wisc.edu> References: <18409992-1e28-4721-8e64-60c69668da4e@googlegroups.com> <87d32i1ntc.fsf@benfinney.id.au> <5035d3e4$0$1645$c3e8da3$76491128@news.astraweb.com> <50366ec8$0$6574$c3e8da3$5496439d@news.astraweb.com> <503682E0.4060807@cs.wisc.edu> Date: Fri, 24 Aug 2012 09:34:19 +1000 Subject: Re: Variables vs names [was: Objects in Python] 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.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345764862 news.xs4all.nl 6923 [2001:888:2000:d::a6]:54953 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27768 On Fri, Aug 24, 2012 at 5:22 AM, Evan Driscoll wrote: > In Python--, any time you use a name, you have to prefix it with the > word 'variable': > variable x = 4 > print(variable x) That gets really unwieldy. You should shorten it to a single symbol. And your language could be called Python Hypertext Preprocessor. ChrisA