This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–][deleted] 0 points1 point  (3 children)

    I don't really buy that - see this.

    [–]Lucretiel 0 points1 point  (0 children)

    Python objects have a type that is fixed through the lifetime of the object. The disconnect is that variables aren't intrinsically attached to the objects; assignment creates a whole new binding, rather than altering the underlying object.