... And collections.Counter. This is useful for (you guessed it) counting.
Maybe itertools.groupby will be helpful as well (it could be used to give you your data grouped by the first column of data), but it could be a tad advanced for you if you are not too familiar with iterators.
-- http://mail.python.org/mailman/listinfo/python-list