Tuesday

Objectives

  • Learn about the protocols machines use to communicate with each-other
  • Learn to use a Python library to interact with an IMAP server
  • Learn the basics of the HTTP protocol
  • Discover the qualities of a stack
  • Extend our class knowledge to subclassing and composition

Review

Demo

  • IMAP protocol interaction
  • Class programming basics