Web-Scraping 🐍 – Part 2 – Download scripts from code.activestate.com with Python -Pagination

In my Previous post, we tried to get the blog entries as a file into a directory using web-scraping., Now lets read a web Page Entries and save the links(and content 🙂 ) as files. One can extract the Content from a web Page by reading/validating the tags as needed. In this post we are … Continue reading Web-Scraping 🐍 – Part 2 – Download scripts from code.activestate.com with Python -Pagination