Week 2: September 5 - 9

We continue our introduction to Python, and begin to create graphs in Jupyter Notebook.

Jupyter Notebook

  • IPython “magics”: %pylab inline
  • Markdown cells
  • LaTeX

Python

  • Lists
  • append
  • for loops
  • range

Matplotlib

  • plot
  • figure
  • Labeling plots - title, xlabel, ylabel

Weekly Reports

  • Report structure
  • Submitting reports on UBlearns

Quiz 1: Mathematical and Boolean Expressions

  • Mathematical operations
  • Variable assignment
  • print function
  • Boolean expressions

Sample Quiz 1