Fall 2022
#

Lecture and reading notes
#

  • Lecture 1 (2022-09-07)
  • Lecture 2 (2022-09-12)
  • Lecture 3 (2022-09-14)
  • Lecture 4 (2022-09-19)
  • Lecture 5 (2022-09-21)
  • Lecture 6 (2022-09-26)
  • Lecture 7 (2022-09-28)
  • Lecture 8 (2022-10-03)
  • Lecture 9 (2022-10-05)
  • Lecture 10 (2022-10-12)
  • Lecture 11 (2022-10-17)

Recitation notes
#

  • Recitation 1 (2022-09-09)
    • lectures: 1
    • topics: syntax and semantics, scalar objects, simple operations, expressions, variables and values, input and output
  • Recitation 2 (2022-09-16)
    • lectures: 2, 3
    • topics: iteration (
      for
      and
      while
      loops), strings, floats, approximate solutions, bisection search (=binary search), functions
  • Recitation 3 (2022-09-30)
    • lectures: 4, 5, 6, 7
    • topics:
  • Recitation 4 (2022-10-07)
    • lectures: 8, 9
    • topics:
  • Recitation 5 (2022-10-14)
    • lectures: 10, 11
    • topics: