2. Python review

In this unit we will review some basics of Python programming. You will have covered the material here in IST 256.

Tutorials

  1. Input, output, variables, types, conditionals
  2. Iterations, lists, dictionaries, comprehensions
  3. Functions, documentation, strings, files
  4. Modules, import, pip, testing

Lectures

Wednesday, 9/3/2025

Instructions on how to use GitHub Classroom; start of Python review.

Monday, 9/8/2025

Continuation of Python review: conditionals, loops, lists, and dictionaries (2 parts)

Wednesday, 9/10/2025

Continuation of Python review: functions, strings, and files

Monday, 9/15/2025

Finishing Python review: modules and testing