[Tutor] New to Python

Kent Johnson kent37 at tds.net
Tue Oct 27 18:16:38 CET 2009


On Tue, Oct 27, 2009 at 11:35 AM,  <asterix09 at 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


More information about the Tutor mailing list