diff options
author | 2021-03-25 19:32:02 +0200 | |
---|---|---|
committer | 2021-03-25 19:32:02 +0200 | |
commit | 41f2acb4ff6f8f1cbc6da6ba46bd04b52ab2bfd5 (patch) | |
tree | 4385a3cba7bea5f99c36d5a8c9e6fec128bb26ac /pydis_site/apps | |
parent | Add WTF Python tutorial resource (diff) |
Add Inferential Thinking book to resources
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml | 10 |
1 files changed, 10 insertions, 0 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 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 |