PC Set-up
PC Set-up
- Editor Config
- reason: reduces collaboration friction
- Formater
- Ruff for Python
- Air for R
- rclone
- reason: to sync with cloud drive via command line, in a controlled manner
- why not cloud drive clients? auto synching isn’t done in an intentional, controlled manner
Python Coding
- Use method chaining (e.g.
pyjanitor) when handling dataframes- reason: readability
