Update README.md

Added link to A Byte of Python book for resources for learning python.
This commit is contained in:
Praveen Mylavarapu 2017-10-28 13:18:43 +05:30 committed by GitHub
parent 4cdef1c88f
commit 19e801b774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,8 @@
- [Think Python - How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/) - An introduction for beginners starting with basic concepts of programming.
- [A Byte of Python](https://python.swaroopch.com/) - a free book on programming using the Python language.
- [Python Patterns](http://matthiaseisen.com/pp/) - A directory of proven, reusable solutions to common programming problems.
- [Intro to Computer Science - Build a Search Engine & a Social Network](https://www.udacity.com/course/intro-to-computer-science--cs101) - A great, free course for learning Python if you haven't programmed before.