From a92cdd351048338a8702ead5fda15d6ecb4fad65 Mon Sep 17 00:00:00 2001 From: thursdayb Date: Sat, 16 Dec 2017 19:57:33 -0800 Subject: [PATCH] Adding automate the boring stuff with python --- resources/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/index.md b/resources/index.md index 159ff8b..88ecb50 100644 --- a/resources/index.md +++ b/resources/index.md @@ -27,6 +27,8 @@ There are a lot of web frameworks in Python. If you don't already know which fra [Learn Python The Hard Way](https://learnpythonthehardway.org/) General Python intro with a focus on repetition to build a foundation of understanding. This one costs money. +[Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) Introduction to Python for non-programmers through manipulating text files and spreadsheets. Read online for free or buy in print and ebook form for money. + ## Non-beginner resources For people familiar with Python, or experienced programmers