[Tutor] Implementing a mail server in Python

Erik Price erikprice@mac.com
Tue, 14 May 2002 07:09:47 -0400


On Tuesday, May 14, 2002, at 05:26  AM, Alexandre Ratti wrote:

> The book "Python Programming, 2nd edition" (by Mark Lutz, edited by 
> O'Reilly) has information about socket programming (see Chapter 10). 
> You may want to browse a copy to see if it's relevant for your 
> assignment.

While you're there, look at "Python Web Programming" (New Riders), the 
first few chapters are an intro to Python (for experienced programmers) 
and the rest of the book deals extensively with the socket APIs.  
Perhaps from this you can see how to "roll your own" as it were.


Erik