Hi, I was presuming that since tuples are immutable, like strings, and string immutability increases performance ( http://effbot.org/pyfaq/why-are-python-strings-immutable.htm) so also, using tuple would improve performance over Lists.
is this presumption correct? if it is, then as a practice, If I know the contents of my sequence at the time of initialization and the fact that the sequence is not going to change at runtime, would it be always good to use tuples instead of lists. Any views on this one? Thanks and best regards, Vishal Sapre _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers