any books for python for downloading?

Skip Montanaro skip at pobox.com
Fri Jul 6 09:29:27 EDT 2001


    >> yea.great sites but they don't have any books for downloading, only
    >> for web reading and this requires time -internet time, which is
    >> unfortunately expensive.

In the Python distribution under the Tools/webchecker directory is a script
called websucker.py that will download a web page and the stuff it links to
on the same site.  Use it like

    python websucker.py http://www.python.org/doc/current/tut/tut.html

There are other tools you can use to download complete chunks of websites
like wget and lynx.

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list