From 8bb8d8d9dc0ca76f06ba5adb3cc871968dfea745 Mon Sep 17 00:00:00 2001 From: Omkar Ajnadkar Date: Mon, 1 Oct 2018 17:56:38 +0530 Subject: [PATCH] Add new learning resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48a8628..f002e12 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ New to Python? No problem! Take a look at the following resources: - [Python beginners guide](https://wiki.python.org/moin/BeginnersGuide) - [Python course by Google](https://developers.google.com/edu/python/) (online course) +- [Python course by sentdex on YouTube](https://www.youtube.com/playlist?list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M)(online course) - [Learn Python the Hard Way](https://learnpythonthehardway.org/book/) (book) - [MIT: Introduction to Computer Science and Programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (open courseware) - [Python for Developers](http://ricardoduarte.github.io/python-for-developers/)(book)