Add 'python' book and course (#19186)

This commit is contained in:
Isharab Ahmed
2018-10-16 08:56:09 +05:00
committed by Quincy Larson
parent ea983e5c13
commit f7c29339d5

View File

@ -167,3 +167,5 @@ Free Code Camp has some great resources. The web is a big place, there's plenty
* List of more resources for learning python: https://github.com/vinta/awesome-python
* Interactive Python: http://interactivepython.org/runestone/static/thinkcspy/index.html
* Developer's Guide to Python: https://devguide.python.org/
* Learn Python the Hard Way book: https://learnpythonthehardway.org/python3/
* Introduction to Python Programming: https://www.udacity.com/course/introduction-to-python--ud1110