From b96ff2da9e3ef030436809af86786f3b8be71acc Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Sun, 26 Sep 2021 18:51:13 +0530 Subject: [PATCH 1/2] =?UTF-8?q?added=20more=20python=20books=20?= =?UTF-8?q?=F0=9F=93=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add python crash course, learning python books --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c82378..4cfdf43 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ GitHub: ## Further resources added by the community - [ ] [Book: Automate The Boring Stuff with Python](https://automatetheboringstuff.com/) (Till Chapter 6 for Python Basics, the remaining chapters include the applications of Python) +- [ ] [Bppk: Python Crash Course by Erric Matthes](https://ehmatthes.github.io/pcc_2e/regular_index/) +- [ ] [Book: Learning Python by Mark Lutz](https://www.oreilly.com/library/view/learning-python-5th/9781449355722/) - [ ] [Basics of Neural Networks, how they learn and some of the involved Mathematics(3Blue1Brown series)](https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) - [ ] [Article on Beginner Level Datasets](https://medium.com/machine-learning-india/getting-started-in-data-science-beginner-level-datasets-376ffe60c6fe) - [ ] [Article on Life Cycle of a Data Science Project](https://medium.com/machine-learning-india/the-life-cycle-of-a-data-science-project-d614d8d233b7) From 4b1b6bf98ea9edbf2e9c4d3a10ca1f4842688e4d Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Sun, 26 Sep 2021 18:52:02 +0530 Subject: [PATCH 2/2] =?UTF-8?q?added=20more=20python=20books=20?= =?UTF-8?q?=F0=9F=93=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added python crash course and learning python. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfdf43..1b52240 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ GitHub: ## Further resources added by the community - [ ] [Book: Automate The Boring Stuff with Python](https://automatetheboringstuff.com/) (Till Chapter 6 for Python Basics, the remaining chapters include the applications of Python) -- [ ] [Bppk: Python Crash Course by Erric Matthes](https://ehmatthes.github.io/pcc_2e/regular_index/) +- [ ] [Book: Python Crash Course by Erric Matthes](https://ehmatthes.github.io/pcc_2e/regular_index/) - [ ] [Book: Learning Python by Mark Lutz](https://www.oreilly.com/library/view/learning-python-5th/9781449355722/) - [ ] [Basics of Neural Networks, how they learn and some of the involved Mathematics(3Blue1Brown series)](https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) - [ ] [Article on Beginner Level Datasets](https://medium.com/machine-learning-india/getting-started-in-data-science-beginner-level-datasets-376ffe60c6fe)