Hi friends! Imagine the tuple that has dictionaries as it's item:
>>> print data ({'id': 0, 'title': 'Linux'}, {'id': 1, 'title': 'FreeBSD'}) How I can get index of tuple item where dict's key 'id' equal to appropriate value? And can this be done without 'for' loops, just in one string? -- Basil Shubin Freelance Software Developer _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor