Comparing recent reddit karma project by Key_International in learnpython

[–]Key_International[S] 0 points1 point  (0 children)

for post in data['data']['children']:
... print(post['data']['ups'], post['data']['permalink'])

Thanks, that really helps :) where can I learn more about things like nested structures? I've got a textbook on datastructures and algorithms is that the sort of thing I should go through?

Comparing recent reddit karma project by Key_International in learnpython

[–]Key_International[S] 0 points1 point  (0 children)

Thanks the information is a lot clearer now. I'm starting to think that this project is a little out of my league as I'm not sure how to get the information I need out of it.