Merge pull request #22 from praveenmylavarapu/master

Update README.md
This commit is contained in:
Sebastian Raschka 2017-10-28 13:22:38 -04:00 committed by GitHub
commit ef0564cd26
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.