Python standard library places at our disposal a netserver framework based on socket and SocketServer models. In the talk we will analyse both the implementation of these two models and the first case of use which is included right in the standard library, that is HTTP server in its various levels of implementation: BaseHTTPServer, SimpleHTTPServer, CGIHTTPServer.