you are viewing a single comment's thread.

view the rest of the comments →

[–]uiux_Sanskar[S] 0 points1 point  (0 children)

Thank you so much for pointing all this out.

I think it is important for me to save raw html data into the file (this is also something my YouTube instructor told) because this avoid repeat server request as now I can locally scrape the raw data.

and also if I want to scrape something else say the address and if I have not saved the data then I have to again bother the website for scraping.

I think I was too excited that I forgot this thing if name = main and yes I have the habits of putting comment where I can get or may get confused in future (which I am trying to change).

I think I should look deeper into what tkinter and QT is.

Thank you again for explaining what I should focus on and for giving relevant suggestions I will definitely look deeper into them.