Path: csiph.com!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: The =?utf-8?Q?=E2=80=9Cdoes?= Python have =?utf-8?Q?variables?= =?utf-8?Q?=3F=E2=80=9D?= debate Date: Thu, 08 May 2014 00:15:48 +0300 Organization: A noiseless patient Spider Lines: 12 Message-ID: <87tx91warf.fsf@elektro.pacujo.net> References: <235C4BFA-9770-481A-9FCF-21C3F036769C@gmail.com> <5368681D.8070602@islandtraining.com> <85zjiuea37.fsf_-_@benfinney.id.au> <8738gmxgay.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="17335"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198WXfshtaJ9l1xR0XPCrBn" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:7VgZ/WcAPIVOfDZ4XxwfRGuFHbE= sha1:juCWwEdLVJ4UUoeWBjvwahrHBf4= Xref: csiph.com comp.lang.python:71054 Ben Finney : > That's why I always try to say “Python doesn't have variables the way > you might know from many other languages”, Please elaborate. To me, Python variables are like variables in all programming languages I know. Python currently does not allow me to obtain the "address" of a variable, but that doesn't make me think of Python variables any differently. Marko