Week 2: 2018-09-17/18 Numpy+Matplotlib TA: Siqi …

Python basics: loop For loop While loop: for x in range(6): print(x) i = 1 while i < 6: print(i) i += 1. ... Sample Plots Line plot Line plot Multiple subplots in a figure Image Contour plots and pseudo-color Histogram ... going through Chapters 1-9 to get started. Introduction to Scientific Computing with Python (PDF) - The slides of a brief ... ................
................