A collection of sloppy snippets for scientific computing and data visualization in Python.
Showing posts with label
socket
.
Show all posts
Showing posts with label
socket
.
Show all posts
Monday, May 16, 2011
How to create an Irc echo bot
›
The example shows how to connect to an irc server and how to read and send data from the server. import socket def reply(privmsg, socket):...
Friday, April 22, 2011
How to implement a multithread echo server
›
The example implement a multithread echo server. Every incoming request is handed off to a worker thread that will process the request. imp...
›
Home
View web version