Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Jussi Piitulainen Newsgroups: comp.lang.python Subject: Re: Terminology: "reference" versus "pointer" Date: Sun, 13 Sep 2015 09:40:54 +0300 Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <14afe27e-0bd5-410f-8e64-0f31d496ebf2@googlegroups.com> <55F36B4C.9020007@gmail.com> <1442016698.95299.381478313.2487CA0E@webmail.messagingengine.com> <85mvws6z45.fsf_-_@benfinney.id.au> <85io7g6xy4.fsf@benfinney.id.au> <85egi46wng.fsf@benfinney.id.au> <1a1a1f6a-27ce-4c1b-807a-43eabaa04abb@googlegroups.com> <04ca9d7c-d02b-4329-bd94-4d18d86b3edf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="305c68510616a2e7ac08bcd2ff1598bd"; logging-data="22549"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7+uJj40FluIEzcNzT84j3cYYoJTWzjSA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:Bbkq0xPPn/68De8a3HVXwibg1tA= sha1:pq9VTY7kGTrV3SXotKb5978F6UY= Xref: csiph.com comp.lang.python:96488 Random832 writes: > Jussi Piitulainen writes: >> I think the best way is to say that a[0] and a[1] are the same >> object, while b[0] and b[1] are different objects. > > Sure, you can *say* that. But how do you draw it on a diagram with > sticky notes or parcel tags or whatever? I prefer to outline my code as code, with comments where needed, without irrelevant details. Those pointers and tags are usually irrelevant, best omitted altogether.