Dev
- Pandas Cheatsheet (github.com/pandas-dev/pandas/blob/188b2dae7df85a9c9945db39c5a23d23b1d4ce2e/doc/cheatsheet/Pandas_Cheat_Sheet.pdf): A quick reference guide for common Pandas operations.
- Working with CSV from the Command Line (web.archive.org/web/20200508095714/https://bconnelly.net/posts/working_with_csvs_on_the_command_line/): A guide on using standard unix tools to work with (large) CSV files.
- Command Line Interface Guidelines (clig.dev): Open source design guidelines for command line interfaces.
- Go slice tricks (go.dev/wiki/SliceTricks): A collection of idiomatic ways to manipulate slices in Go.