Is there a reference/alias/pointer in Python?

Dan dan at eloff.info
Sat Jul 24 15:32:13 EDT 2004


The big trick to understanding python is to think of variables not as
storage, but as names associated with values.  That is often the missing
link in understanding.

<snip>

Yes, that helps a lot, thanks!




More information about the Python-list mailing list