These are some tutorial notebooks on some data types in python.
It is provided by the TA's of Information Retrieval 2016 in an effort to help explain them.
Lists and Sets
list(including comprehensions)set(including comprehensions, mathematical operators)
Tuples and Dictionairies
tuple(including comprehensions)namedtupledict(including comprehensions)defaultdictCounter