[Python-Dev] List vs Tuple / Homogeneous vs Heterogeneous / Mutable vs Immutable

Łukasz Langa lukasz at langa.pl
Thu Apr 24 05:59:09 CEST 2014


On Apr 17, 2014, at 11:49 AM, Brett Cannon <bcannon at gmail.com> wrote:

> Think of tuples like a struct in C, lists like an array.

I generally agree but it’s a bit more complex, for instance when you have a homogenous sequence but want it to be hashable. I just hit that today and felt a little bad using tuple because of that “struct” mindset :)

-- 
Best regards,
Łukasz Langa

WWW: http://lukasz.langa.pl/
Twitter: @llanga
IRC: ambv on #python-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140423/c0639ca8/attachment.html>


More information about the Python-Dev mailing list