Collecting Data with Scrapy (Python Web Scraping)
Collecting (i.e., scraping data) using Python and Scrapy - example with code... (more…)
Read more »Recently, I was working with MapBox’s Route Optimization API. Basically, it tries to solve the traveling salesman problem where you provide the API with coordinates of multiple places and it returns a duration-optimized route between those locations. This… Read more