News

Welcome to a new tutorial series on Beautiful Soup 4! Beautiful Soup 4 is a web scraping module that allows you to get information from HTML documents and modify them as well. It's very versatile ...
In this Nylon Calculus 101 post, Savvas Tjortjoglou introduces web scraping with Python to grab data for all draftees from the 1966 to 2014 NBA drafts.
It is more of an intermediate tutorial as it doesn’t feature any code. But if you can bring yourself up to speed on using BeautifulSoup and Python the rest is not hard to implement by trial and ...