Designing Web Scrapers with Scrapy

10min read

A web scraper allows you to programmatically collect data from web pages without an official API. In the following tutorial, we will step through the installation and customization of fully expandable Python web scraper. With increasing complexity, you’ll need to equip your scraper to handle concurrency—this allows you to crawl multiple pages at once. Scrapy differs from Beautiful Soup, which…


Read More

Data Mining with Beautiful Soup

16min read

A machine learning project may build on data gathered from publicly available websites. Python is a useful language within the data science community, and a popular language for building powerful data mining tools that can enhance your data-driven projects. Beautiful Soup is a web scraping python library that is compatible with both Python 2.7 and Python 3. The Beautiful Soup…


Read More

Optimize Your Studio Monitors

6min read

A technically solid setup and proper calibration of your studio monitors are your best weapons for achieving the acoustically phenomenal mixing space you’ll love. Your listening environment can color or cloud the sonic perception of your production. In this post, I’ll explain how to optimally position and test your studio monitor setup, and point out methods for controlling other outside…


Read More