Re: [Tutor] Open webpage and save CSV

2018-12-13 Thread Mark Lawrence
On 13/12/2018 17:16, Sammy Lee wrote: I need help on the problem below, Given a URL, open the webpage and save the CSV to a given file path. def save_url_to_csv_file(url, savefile): Run up your favourite text editor and type up some code. Try to run it. Tell us what problems you get. Fai

Re: [Tutor] Open webpage and save CSV

2018-12-13 Thread Bob Gailer
On Dec 13, 2018 1:51 PM, "Sammy Lee" wrote: > > I need help on the problem below, Could you be more specific? What kind of help do you need? Have you made any attempt to write a program? We are happy to help but we're not going to do all the work for you. So tell us what you do know about the va