Added "Prog Comm Curated Python Resources"

https://hackr.io/tutorials/learn-python
This commit is contained in:
rohduggal 2018-03-05 22:41:11 +05:30 committed by GitHub
parent d93f9fdb9b
commit 0c7b895809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Hitchhikers 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.