From 0c7b895809bbbbb31711865a565203993aa0be95 Mon Sep 17 00:00:00 2001 From: rohduggal <35959788+rohduggal@users.noreply.github.com> Date: Mon, 5 Mar 2018 22:41:11 +0530 Subject: [PATCH] Added "Prog Comm Curated Python Resources" https://hackr.io/tutorials/learn-python --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6fbbee..597387f 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ - [Dive Into Python](http://www.diveintopython.net) / [Dive Into Python 3](http://getpython3.com/diveintopython3/) - A free Python book for experienced programmers. +- [Programming Community Curated Resources for Learning Python](https://hackr.io/tutorials/learn-python) - Tutorials & Courses submitted and voted by the programming community. + - [The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/) - A free best-practice handbook for both novices and experts. - [Think Python - How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/) - An introduction for beginners starting with basic concepts of programming.