Day 4 of 100 - Collections Module day 1 of 3

Collections Module Day 1 of 3

Day 4 of 100

I really like the short, succinct videos used in the Talk Python to Me Training course I am using for this challenge. Today's activities were watching some introductory videos on the collections modules, specifically looking at namedtuples, defaultdicts, counter, and deque. Of these, the only one I had seen before is namedtuples and that was only through watching a how to video earlier, not from actually using them. I am not sure how to use these things today, but I know the activities planned for the next couple days will show me. I'll be spending the rest of my hour (or more) today working on my flask web application.