Added Python Book (#20226)

* Added Python Book

* Added reference for Google SRE

* chore: delete unwanted files
This commit is contained in:
Max Hemingway
2018-10-23 15:59:32 +01:00
committed by mrugesh mohapatra
parent 307eda4e1c
commit 3b16ba63a9
2 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,12 @@ You'll learn many of the first princliples for data science tools and how algori
- ISBN-10: 1593276036 - ISBN-10: 1593276036
- ISBN-13: 978-1593276034 - ISBN-13: 978-1593276034
*The Quick Python Book, Third Edition*
- Paid book which provides a good level of information for those starting Python and as a reference for the Python language
- [Manning]https://www.manning.com/books/the-quick-python-book-third-edition
- ISBN-10: 1617294039
- ISBN-13: 978-1617294037
#### Other Resources #### Other Resources
- [Functional Programming in Python by David Mertz [OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/functional-programming-python.pdf) - [Functional Programming in Python by David Mertz [OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/functional-programming-python.pdf)

View File

@ -23,3 +23,4 @@ Some famous web services include
<!-- Please add any articles you think might be helpful to read before writing the article --> <!-- Please add any articles you think might be helpful to read before writing the article -->
* <a href='https://cloud.google.com/docs/' target='_blank' rel='nofollow'>Google Cloud Platform Documentation</a> * <a href='https://cloud.google.com/docs/' target='_blank' rel='nofollow'>Google Cloud Platform Documentation</a>
* <a href='https://en.wikipedia.org/wiki/Google_Cloud_Platform' target='_blank' rel='nofollow'>Wikipedia</a> * <a href='https://en.wikipedia.org/wiki/Google_Cloud_Platform' target='_blank' rel='nofollow'>Wikipedia</a>
* <a href= 'https://landing.google.com/sre/book.html' target='_blank' rel='nofollow'>Google Site Reliability Engineering</a>