On Tue, Oct 27, 2009 at 11:35 AM,  <asteri...@petlover.com> wrote:
> Hi there,
>
> How do you connect to a different server using python? (I have not used
> python before)

What kind of connection? The Python standard library includes modules
which support raw sockets, http, ftp, smtp, xml-rpc and probably a few
others. Paramiko is an add-on that supports ssh2 connection.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to