ajschumacher / gadsdc

materials for General Assembly Data Science DC course
81 stars 93 forks source link

more focus on python data structures #72

Closed justmarkham closed 10 years ago

justmarkham commented 10 years ago

I felt like when we started the python material, we breezed through the data structures quite quickly, and moved right into numpy and sklearn. I think focusing more on the basics of lists, dictionaries, and tuples (and associated functions) would be helpful.

ajschumacher commented 10 years ago

This is what I tried to do with 06-python; closing issue but open to more suggestions/feedback!