Monday¶
Objectives¶
- Learn about the TCP/IP stack and the layers of activity it represents
- Learn how to use sockets to send messages between machines
- Learn about the rationale behind creating data structures
- Discover the qualities of an array
- Discover the qualities of a singly linked list
- Learn the absolute basics of Class programming in Python
Readings¶
Review¶
Concepts¶
Demo¶
Socket server-client communications
Assignments¶
- Technical Blog Post: Generate Ideas (note that this assignment is due Friday)
- TCP/IP and Sockets
- Socket Echo Server
- Implement a Singly-Linked List in Python
- Complete Your GitHub Profile
- Today I learned...