valentineap / ComputationalGeoscienceCourse

Materials for an introductory course in Python programming for geoscientists
7 stars 1 forks source link

Exercise 3 ready for review #9

Closed valentineap closed 6 years ago

valentineap commented 6 years ago

https://github.com/valentineap/ComputationalGeoscienceCourse/tree/master/Practicals/Exercise%203%20-%20Loops%20and%20conditionals

(NB 'for' loop will come after lists etc are introduced)

charlesll commented 6 years ago

Reviewed, I just added an example a bit simpler that the one there to introduce the students a bit more gently to combine if-else, while and def() all together before jumping in the example that requires a bit more mathematical thinking.

valentineap commented 6 years ago

Mmm, apples...

You're probably right -- good to let them in gently.

Another one ready for @rmcgirr94 .

rebecca-mcgirr commented 6 years ago

Reviewed, didn't find any problems with this prac, so closing this issue.