immutable vs mutable

Mark H Harris harrismh777 at gmail.com
Tue Jun 3 16:35:45 EDT 2014


On 6/3/14 12:29 PM, Deb Wyatt wrote:

>
> http://www.spontaneoussymmetry.com/blog/archives/438
>
> Deb in WA, USA

The article is bogged down in unnecessary complications with regard to 
mutability (or not) and pass-by reference|value stuff. The author risks 
confusing her audience (those who are perhaps already confused about the 
nature of variables in Python).

The examples deal mostly with names and scope. The article in my opinion 
confuses a Python concept which is otherwise very straight-forward which 
has been beat to death on this forum.

marcus




More information about the Python-list mailing list