Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 497 Bytes

IRPython

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.

Current Documentated Structures

  • Lists and Sets

    • list (including comprehensions)
    • set (including comprehensions, mathematical operators)
  • Tuples and Dictionairies

    • tuple (including comprehensions)
    • namedtuple
    • dict (including comprehensions)
    • defaultdict
    • Counter