Hey,
I just learnt the basics of smtplib module, and now know how to successfully send emails using Python.
My next step is to learn how to use Python to 'use' the web, as in, download files from a specified URL, or something like that. What module is required for that?
Can anyone point me in the right direction and give a link to a tutorial?
Thanks all!