• 00:00 Nóra solving the exercises from the Dictionaries chapter
  • 01:00 Solution: count characters
  • 05:30 Looking for defaultdict solution
  • 08:20 Solution: count characters from a file
  • 20:25 Solution: count words
  • 20:50 Solution: count words from a file
  • 28:00 Comparing the solutions using two lists with the solution using a dictionary. Discussing complexity again.
  • 33:45 Solution: Apache log - how to use split()
  • 40:57 Solution: combine lists (combine files)