Week 3: Sep 8 - Sep 12

Quiz 1

Wednesday, September 10th

What is covered:

  • Mathematical operations on integers and floats.

  • Variable assignment.

  • The print() function.

  • The if statement.

  • for loops, while loops and break.

  • The range() function.

Jupyter Notebook

  • Documenting code: LaTeX

Python

  • Fine-tuning loops: break and continue

  • while loops

  • Functions

  • Importing modules

  • Logical operators not, and, or

  • Documenting code: comments

Week 3 notebook