From 79fac762f1806e51ec42eb5c5832bc0a83cd479a Mon Sep 17 00:00:00 2001 From: qrius <35412621+qrius@users.noreply.github.com> Date: Tue, 6 Nov 2018 10:36:25 -0800 Subject: [PATCH] added Go books section (#20219) --- guide/english/book-recommendations/index.md | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/guide/english/book-recommendations/index.md b/guide/english/book-recommendations/index.md index b008830727..05a32d38b8 100644 --- a/guide/english/book-recommendations/index.md +++ b/guide/english/book-recommendations/index.md @@ -221,6 +221,31 @@ title: Books to Read for Programmers - ISBN-13: 978-1118531648 +## Python + +*Automate the Boring Stuff With Python* +- http://automatetheboringstuff.com/ +- ISBN-13: 978-1593275990 + +*Core Python Applications Programming (3rd Edition) by Wesley J Chun* +- [Amazon Smile](https://smile.amazon.com/Core-Python-Applications-Programming-3rd/dp/0132678209) +- ISBN-13: 978-0132678209 + +## Go +*Introducing Go: Build Reliable, Scalable Programs by Caleb Doxsey* +- [Amazon Smile](https://smile.amazon.com/Introducing-Go-Reliable-Scalable-Programs/dp/1491941952) +- ISBN-13: 978-1491941959 + +*Go in Practice: Includes 70 Techniques 1st Edition by Matt Butcher, Matt Farina* +- [Amazon Smile](https://smile.amazon.com/Go-Practice-Techniques-Matt-Butcher/dp/1633430073) +- ISBN-13: 978-1633430075 + +## Soft Skills + +*Soft Skills: The software developer's life manual* +- [Amazon Smile](https://smile.amazon.com/Soft-Skills-software-developers-manual/dp/1617292397?pldnSite=1) +- ISBN-13: 9781617292392 + ## Other *Blue Team Field Manual (BTFM)