From 6aa9f0c2a312a17af533993345b02d3511280ce4 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Tue, 21 Oct 2025 19:23:16 +0000 Subject: [PATCH] Update README with links from Day 2 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4da78..4f10757 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,8 @@ This README takes the place of the usual spots on the public.dillerdigital.com s - Command to list all the files in git repository under version control: `git ls-files` # Day 2 Resources -- The [Black](https://pypi.org/project/black/#description) Python code style checker / enforcer. \ No newline at end of file +- Daniel Kahneman's [Thinking, Fast and Slow](https://archive.org/details/DanielKahnemanThinkingFastAndSlow?) +- The Python [PEP8 Guide](https://peps.python.org/pep-0008/) +- The [Black](https://pypi.org/project/black/#description) Python code style checker / enforcer. +- The Mathworks' [MATLAB Style Guide](https://www.mathworks.com/matlabcentral/fileexchange/46056-matlab-style-guidelines-2-0) +- A community-maintained [Style Guide for MATLAB](https://sites.google.com/site/matlabstyleguidelines/home)