Introduction
  • Python Installation and Setup
  • VS Code Installation
  • A Brief Overview of Networking Concepts
Creating TCP and UDP Connections with the Socket Module
  • Creating a TCP Server Socket
  • Creating a TCP Client Socket
  • Sending Data Through a TCP Connection
  • Creating and Sending Data Through a UDP Server/Client
  • Exploring the Buffer Size
  • Basic Two-Way Chat Part 1 - Server/Client Setup
  • Basic Two-Way Chat Part 2 - Enabling the Chat
Threading - A Preview to the Terminal Chat Room
  • The Threading Module Basics Part 1
  • The Threading Module Basics Part 2
  • Server/Client Setup for a Terminal Chat Room
BONUS LECTURE
  • Full Course Preview