This started out as a way to make sure I understood the numpy array slicing methods, and builds on my previous post about using scipy to fit data. I define a…
Read moreMt. Washington Weather analyzed with Pandas, Part 1.
I’m working on a text on computational physics whose primary goal is to create something useful for a one semester introductory course that all our physics majors (and now chemistry…
Read moreHow to post Python source code on WordPress
I’m back to posting now that I am on sabbatical; things have evolved on WordPress in the last year, and now it’s easy to post source code. See the following…
Read moreMiscellaneous Python Links
Here’s a nice link to a pdf file with a summary of matlab, NumPy, and R commands.Very handy for people like me that cannot remember all the various commands one…
Read moreSimple Animated Plot with Matplotlib
Here’s a simple script which is a good starting point for animating a plot using matplotlib’s animation package (which, by their own admission, is really in a beta status as…
Read moreFirst Post
This is the beginning of the Scientific Python Script Repository. My intention is to create an (a) open-source, (b) high quality & elegant, (c) searchable database of python scripts (from…
Read more