# Preliminary Things - [x] Fill out Tsheet for M 8/17/15 - [x] Meet with Tony ## Things I'm Going to Learn - [x] Continue working on PyPi visualization - [ ] Create a stacked pandas table and populate it with the versions, different formats, release dates, downloads - [x] Add any useful resources to the master resource list - [x] Follow up with Tony at the end of the day ### Useful Resources * [Accessing a value in a tuple in a list](http://stackoverflow.com/questions/4800811/accessing-a-value-in-a-tuple-that-is-in-a-list) * [Creating a flat list from lists of lists using itertools](http://stackoverflow.com/questions/952914/making-a-flat-list-out-of-list-of-lists-in-python) * [Creating a list in python with multiple copies of an object in the list](http://stackoverflow.com/questions/2785954/creating-a-list-in-python-with-multiple-copies-of-a-given-object-in-a-single-lin) * [Iterating over two massive lists in parallel in python](http://stackoverflow.com/questions/1663807/how-can-i-iterate-through-two-lists-in-parallel-in-python)