pythoninchemistry / intro_python_chemists

An open-source, online textbook introducing Python programming to chemistry students
https://pythoninchemistry.org/intro_python_chemists
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Collections #37

Closed arm61 closed 4 years ago

arm61 commented 4 years ago

First draft of collections.

@j-m-dean I welcome suggestions of how to improve the text, things I have missed out, and ideas for an exercise.

Pinging #8

j-m-dean commented 4 years ago

I think it covers all the basics, some comments I jotted down as I read were:

There are no diagrams in the tutorial at all. Very information dense. No “breathing” space for students to think about concepts. I think list indexing can be learnt easily by visualisation.

j-m-dean commented 4 years ago

Potential exercises:

arm61 commented 4 years ago

@j-m-dean that's me dealt with the comments (I think) and added the transition metal exercise that you suggested. So any other comments welcome!

j-m-dean commented 4 years ago

@arm61 Looks great! 👏 🎉

Couple of typos and then it is good to go: -"So it is possble for a list to be made up of disperate forms of information." - disparate (above code cell 16)

arm61 commented 4 years ago

Done and going to pull