Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Explaining names vs variables in Python Date: Thu, 3 Mar 2016 12:53:53 -0700 Lines: 7 Message-ID: References: <56d6ac61$0$23633$edfadb0f@dtext02.news.tele.dk> <56d6c146$0$1615$c3e8da3$5496439d@news.astraweb.com> <87y4a1t5wj.fsf@elektro.pacujo.net> <87twkpt2w7.fsf@elektro.pacujo.net> <87povdt1ec.fsf@elektro.pacujo.net> <56d7218c$0$1587$c3e8da3$5496439d@news.astraweb.com> <87mvqgagw9.fsf@elektro.pacujo.net> <56d798dc$0$1584$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de o+IUY1Pz0miJ4rPJg3DBvQW/Ep8po/QwFvbJZi+2c8SA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'thu,': 0.15; '2016': 0.16; 'doing,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'unhelpful': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'bit': 0.23; 'seems': 0.23; 'header :In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'asked': 0.29; 'received:google.com': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'why': 0.39; 'rather': 0.39; 'to:addr:python.org': 0.40; 'dont': 0.64; 'mar': 0.65; 'response.': 0.66; 'honest': 0.76; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=CQlDv0xitTjVyTd6iKCPNOYXWQOYLZOTCKGKGyzSJAg=; b=UDJmcAOWVXkeAMoTAgCrRnKfynntNVxwhXHSiWVyxAfbbV+jWQ+AOUZKeCSMOse5Lp khoJILdLney8g/o7F8Hrnwtrj9loY3du37lIEnul8nw2b3P3DE/BhX+J00Q4GjHXRDpF sK2sWv82sAgUECXa0vM6Mh255SiafLOaY24z0As71/1eoejAIVCdFQNC6uHvP5W1v+bR W/JHY3t8cOKqbbuKQ1DrwITi06dWOvD5qbAz7oBwL7tzIKoUpI912tXXZ5MtneOciUiy XHpQ4NOWLsWj81dvLoSQnzSW+2KYAsQQ7qhzUhMCNcoC6qL5vLbqaS0w1+GqgCbHLwT+ dJfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=CQlDv0xitTjVyTd6iKCPNOYXWQOYLZOTCKGKGyzSJAg=; b=dQ8DKw6JpOQc5aPCnGbIRJQx7ltkFdKBOkrXOKmwvQKtehEU27RBDu7842Efhjho8Q n6i9KpOn7bpe78be/MlhfohUZcluuQ0tb4ChSygN/aZgnZI6n0otZzEVl9esDCubCL4J v0JmjGcmkGuSrSW/t1BuKyB+XqVlug5BgDSFR1wIzlarYunfHyB9w45h6mS8yocBC68B rIpTCmhXborB1KOjPxKAAZZBZYmi3KpebY6cOEAUOVrCw3aQbJD4lbRb3xUMWChGSz2x TIVrwT078a0vw8k315V8Gq7uwBydQN+XTuZthKCgtraTHYVEeYwOh2HcoYwZQz+p6m1n uIbA== X-Gm-Message-State: AD7BkJLAIv2jKcV6zLzli5bsz2FsFRCBVtLqgO/dD9sW92JKJ9w1lYiYNe6CyGFhOarLUqnHekBU4w5u/C/hwg== X-Received: by 10.50.176.138 with SMTP id ci10mr860411igc.93.1457034873089; Thu, 03 Mar 2016 11:54:33 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103986 On Thu, Mar 3, 2016 at 10:03 AM, Rustom Mody wrote: > Is it so damn hard to be a bit honest and when asked about is in python to reply: > > If you dont know what you are doing, dont use 'is' (None excepted) > If you know why are you asking? That seems like a rather unhelpful response.