Module 02 - Systems Programming Overview
OS primitives, sockets, file descriptors, shared memory, IPC, and writing C extensions - the full systems programming toolkit for Python engineers.
OS primitives, sockets, file descriptors, shared memory, IPC, and writing C extensions - the full systems programming toolkit for Python engineers.
BSD socket API in Python, TCP/UDP from scratch, non-blocking sockets, Unix domain sockets, and building a minimal HTTP server.