Where to put tests, how to write fixtures and the awesomeness of test parametrization
Develop Fast Test Thoroughly
A guide on using web scraping to download all PDFs with Python.
Scenario: Read a large number of XLS files with pandas convert them to dataframes and concat them to a single dataframe.
A working example of getting JSON data from an API to a Pandas DataFrame in Python with Google Colab and Open Data DC.
Bypassing Google's v2 reCAPTCHA using Python requests library and Selenium