Take a look at the book Automating the Boring Stuff with Python (free PDF): https://automatetheboringstuff.com/
There's a couple of chapters in there for downloading CSV files and extracting the data. On Thu, Dec 13, 2018 at 1:57 PM Sammy Lee <[email protected]> wrote: > I need help on how to open a webpage and save the HTML to a given file > path, given a URL. > _______________________________________________ > Tutor maillist - [email protected] > To unsubscribe or change subscription options: > https://mail.python.org/mailman/listinfo/tutor > _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
