From 41f2acb4ff6f8f1cbc6da6ba46bd04b52ab2bfd5 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Thu, 25 Mar 2021 19:32:02 +0200 Subject: Add Inferential Thinking book to resources --- .../resources/reading/books/inferential_thinking.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml (limited to 'pydis_site') diff --git a/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml new file mode 100644 index 00000000..1c37f2b6 --- /dev/null +++ b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml @@ -0,0 +1,10 @@ +description: Inferential Thinking is the textbook for the Foundations of Data Science 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 +payment: free +position: 13 +urls: + - icon: regular/link + url: https://www.inferentialthinking.com/chapters/intro + color: teal -- cgit v1.2.3