Posted in100DaysOfCode
100 Days of Python, Projects 45-50 #100DaysofCode
Things are continuing to be interesting and useful here with the introduction of Beautiful Soup, a tool used to parse unstructured data into usable structured data. Well, more or less that's what it does. Useful for parsing through Scraped Web Page data that does not have it's own API available. As normal, everything is on GitHub. Day 45 - Must Watch Movies List and Hacker News Headline Scraper As an introduction to using the tool, Beautiful Soup, we had two simple projects. The training project actually feels more useful than the official project of the day, though I also remixed…