RESOURCES#
1. Reading#
Gentzkow & Shapiro’s Code and Data for the Social Sciences Download
Kieran Healy’s The Plain Person’s Guide to Plain Text Social Science Download
Read this excellent book Coding for Economists by Arthur Turrell. He talks about best coding practices and how to move to Python from STATA.
2. Online Resources#
Working with strings of text can be messy and often involves using [regular expressions](https://www.regular-expressions.info/
Here’s an online tool to help you write and test regular expressions: https://regex101.com/.