From eea566ddc90c61321d4abcde6d31e5520f8fc95c Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sat, 3 Dec 2016 19:32:03 +0530 Subject: [PATCH] Adding Automate Boring Stuff https://automatetheboringstuff.com/ is a good book for learning python. --- python.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python.md b/python.md index 07c641b..ca2d595 100644 --- a/python.md +++ b/python.md @@ -20,6 +20,13 @@ language and is the best pocket reference to look stuff up quickly. This book helps you to learn Python quick and easy. The HTML version is available online for free. +## [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) +* Al Sweigart + +In this book, you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand-no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation. + +Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. + ## Beginning Python: From Novice to Professional * Magnus Lie Hetland * 2008