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
Readings¶
Review¶
Concepts¶
Demo¶
- IMAP protocol interaction
- Class programming basics