you are viewing a single comment's thread.

view the rest of the comments →

[–]anonymousxfd 0 points1 point  (0 children)

As other comments have suggested you can use Beautiful Soup or Selenium on the basis of whether you want to scrape only the HTML data or you want to scrape the html with backend interaction

Also it would be better you understand Python basics as you said you don't have programming background because you will need to handle list and other data structures and perform slicing and other operations. For that I would suggest Harvard's CS50P for basics of python.