Josh Triplett - Networking without an OS - PyCon 2016

Опубликовано: 29 Октябрь 2024
на канале: PyCon 2016
1,575
23

Speaker: Josh Triplett

Many Python modules, such as socket and select, wrap low-level functionality written in C and provided by the OS. But what if you don't have an OS, and don't want any C code? We implemented client and server networking in Python itself, for a bare-metal environment running without an OS.

Our socket and select implementations support Python HTTP server and client modules, which we'll demo live.

Slides can be found at: https://speakerdeck.com/pycon2016 and https://github.com/PyCon/2016-slides