Virtual Environments in Python

Learn about Python virtual environment and why you should use these.
How to create a tab-separated file with Scrapy

Scrapy does not support tab-separated file format out of the box. However, it is very easy to write a custom exporter.
Read CSV, Excel in Scrapy – The BEST way!

Reading data from CSV and Excel is actually easy. The only question is which one suits your needs!
Scrapy vs BeautifulSoup vs Selenium – 3 Powerful Tools

What is the difference between BeautifulSoup, Selenium, and Scrapy and when to choose one over others