From a92061fa6db8a8d284d9b7ee98224cadd18a48d9 Mon Sep 17 00:00:00 2001 From: Al Sweigart Date: Mon, 10 Jul 2017 12:58:25 -0700 Subject: [PATCH] Adding 'Automate' book to resources list. --- docs/LEARNING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LEARNING.md b/docs/LEARNING.md index 4cdead8a310..14f84e7c50a 100644 --- a/docs/LEARNING.md +++ b/docs/LEARNING.md @@ -11,6 +11,7 @@ With this premise, a good, beginner friendly, starting point for those who don't ## Other Resources +- [Automate the Boring Stuff with Python (Book)](https://automatetheboringstuff.com/) - [Python3 Beginner Tutorial](https://www.youtube.com/playlist?list=PL1A2CSdiySGJd0LJRRSwQZbPZaDP0q67j) - [Learn Python The Hard Way (Book)](http://learnpythonthehardway.org/book/) - [Offical Python3 **Documentation** and **Reference**](https://docs.python.org/3/)