[Tutor] omit some keys from dict [lingo and libraries and api's, oh my!]

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sun, 10 Feb 2002 20:43:50 -0800 (PST)


On Sun, 10 Feb 2002, Erik Price wrote:

> So does this mean that I can basically access sockets from the
> interpreter using Python?  If that's the case then this isn't going to
> be as difficult to learn as I thought!  What a great idea!

Yes, exactly.  *grin*

Oh, for more detail, see:

    http://py-howto.sourceforge.net/sockets/sockets.html

for a HOWTO on doing Socket programming in Python.  Hope this helps!