valentineap / ComputationalGeoscienceCourse

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

Exercise 11 ready for review #16

Closed valentineap closed 6 years ago

valentineap commented 6 years ago

Intro to NumPy.

This is a little lacking in interesting 'doing' problems, but I couldn't think of a great deal that requires numpy but not plotting etc (which have not yet been introduced). Note that I want to put numpy before plotting so that we can use linspace() etc. Suggestions for fun grid-based problems welcome...

https://github.com/valentineap/ComputationalGeoscienceCourse/tree/master/Practicals/Exercise%2011%20-%20Numpy

charlesll commented 6 years ago

It covers well Numpy basics, then Numpy documentation is very exhaustive so I do not think we need more than that at this moment.

valentineap commented 6 years ago

Bouncing this on to @rmcgirr94 then...

rebecca-mcgirr commented 6 years ago

Everything looks good here, no changes made. Closing.