Recommended Reading
Articles
- The Law of Leaky Abstractions (Joel Spolsky)
- Johannes Kepler's computer simulation of the universe (Geoffrey Loftus)
- Falsehoods Programmers Believe About Names (Patrick McKenzie)
- Fallacies of Distributed Computing (Peter Deutsch)
Books
- The Algorithm Design Manual (Steven Skiena)
- Peopleware: Productive Projects and Teams (DeMarco & Lister)
Unix Shell
Tutorials
Man pages
Curiosities and gotchas
Python
Standard Python
Scientific Computing
- NumPy (linear algebra)
- Pandas (data frames)
- SciPy (numerical methods)
- Statsmodels (inferential statistics)
- Scikit-Learn (statistics and machine learning)
Data Visualization
R
Base R-oriented resources
- R tutorial
- Task views (R resources organized by research discipline)
- R Cookbook
- Advanced R (explains why R works the way it does)
Tidyverse-oriented resources
Matlab
Databases
Version Control
- The Pro Git book
- Git for Advanced Beginners
- Git from the inside out
- A Visual Git Reference
- Git workflows
