Knowledge#
Conceptual foundations for web APIs, OS internals, and asynchronous Python. Read these before working on the practice assignments.
Reference Pages#
Web Concepts โ HTTP, REST, and web communication
File Descriptors โ File descriptors and OS I/O model
Event Loop โ Sockets and event-driven I/O
What asyncio is ? โ Python asyncio and coroutines
Threads vs Processes โ Threading, GIL, and multiprocessing
CPython vs Pure Python โ CPython vs pure Python