kadarakos / python-course

Tutorial and introduction into programming with Python for the humanities
https://github.com/mikekestemont/python-course
7 stars 6 forks source link

Initial commit of dictionaries chapter #6

Closed Nanne closed 9 years ago

Nanne commented 9 years ago

Draft of a chapter about Python dictionaries. It starts off by explaining a scenario in which we'd like to store key:value pairs, and then explains how to do this using tuples, lists, and lists of tuples. It then continues on how to do this more easily with dicts, and finishes with some more advanced uses cases of dicts. Feedback is welcome.

swubb commented 9 years ago

Looks good! Very clear build up and clear examples. I would like maybe to add some small exercises for the students throughout the notebook. I can add that later. Also some typos, but I dont know of any smart way of editing those quickly now xd

Nanne commented 9 years ago

I guess we could merge it and then you can make the changes that you'd like to see.

swubb commented 9 years ago

Shall I push the button or do you want to have the honor?

swubb commented 9 years ago

Or should it be Akos? :facepunch: