diff options
author | 2021-03-26 09:11:40 +0200 | |
---|---|---|
committer | 2021-03-26 09:11:40 +0200 | |
commit | 19d7ba9d2f1510b90988634ba0c5e892d73d078b (patch) | |
tree | 1328da7d1fc771645a4932fcbdb792de0a89b083 | |
parent | Add Screen Readers accessibility tools listing to resources (diff) |
Add link to inferential thinking book resource
-rw-r--r-- | pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml index 1c37f2b6..69678b49 100644 --- a/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml +++ b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml @@ -1,4 +1,4 @@ -description: Inferential Thinking is the textbook for the Foundations of Data Science course at UC Berkley. +description: Inferential Thinking is the textbook for the <a href="http://data8.org/">Foundations of Data Science</a> course at UC Berkley. It introduces you the fundamentals of both Data Science and Python at a level accessible to all. It is available both through your browser and in PDF form. name: Inferential Thinking |