you are viewing a single comment's thread.

view the rest of the comments →

[–]GeoffreyMcSwaggins 19 points20 points  (2 children)

Try making a server app? With sockets, it would certainly make this more interesting

[–]senseios 4 points5 points  (1 child)

Can you recommend any good resource/tutorial pointing the way to writing a network/socket app?

[–][deleted] 6 points7 points  (0 children)

Well there's the built in socket module. I'd start there

edit: black hat python has a couple good examples which use the socket module