From 68f95c637a0988f8b13880cc428da953d766ddc9 Mon Sep 17 00:00:00 2001 From: rohduggal <35959788+rohduggal@users.noreply.github.com> Date: Mon, 5 Mar 2018 22:35:46 +0530 Subject: [PATCH] Added "Prog Comm Curated Python Resources" https://hackr.io/tutorials/learn-python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d84046d..626cfb8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A curated list of awesome Python frameworks, libraries and software. * [vinta/awesome-python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software and resources +* [Programming Community Curated Resources for Learning Python](https://hackr.io/tutorials/learn-python) - List of Tutorials submitted and voted by programming community. * [jakubroztocil/httpie](https://github.com/jakubroztocil/httpie) - Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org * [nvbn/thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command. * [pallets/flask](https://github.com/pallets/flask) - The Python micro framework for building web applications.