From 4b1b6bf98ea9edbf2e9c4d3a10ca1f4842688e4d Mon Sep 17 00:00:00 2001 From: Gaurav Pandey Date: Sun, 26 Sep 2021 18:52:02 +0530 Subject: [PATCH] =?UTF-8?q?added=20more=20python=20books=20=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)