This document discusses the python-csp project, which brings the concepts of Communicating Sequential Processes (CSP) to Python. It covers the history of CSP from its origins in Tony Hoare's work, through OCCAM and Transputers. It then summarizes key features of python-csp like process creation, parallel and sequential processes, and communication through channels. Finally, it mentions future challenges for the project.