This is one of those nice, permissive Python features but I was wondering how often people actually use lists holding several different types of objects. It looks like whenever I need to group different objects I create a class, if only so I can use more meaningful names than '[2]' for the items. How often do these show up in your code? Is this simply the upshot of the underlying arrays holding only object references of some sort? -- http://mail.python.org/mailman/listinfo/python-list
- Heterogeneous lists Gordon Airporte
- Re: Heterogeneous lists Bruno Desthuilliers
- Re: Heterogeneous lists Jarek Zgoda
- Re: Heterogeneous lists faulkner
- Re: Heterogeneous lists Hendrik van Rooyen