summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorAl Sweigart <asweigart@gmail.com>2015-07-23 11:24:40 -0700
committerAl Sweigart <asweigart@gmail.com>2015-07-23 11:24:40 -0700
commit8a968db2bc0f596e2e9d865b73d909b02ff774d6 (patch)
treee955545cef7475c03f5ca029be41393a15167592 /python.html.markdown
parenta7f82aa29fc9e89cd1ac5d057bff4035fd574c73 (diff)
Added links to the free book "Automate the Boring Stuff with Python" to the "Free Online" section.
Diffstat (limited to 'python.html.markdown')
-rw-r--r--python.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 3b233f7f..88e0deb1 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -624,6 +624,7 @@ print say(say_please=True) # Can you buy me a beer? Please! I am poor :(
### Free Online
+* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com)
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
* [Dive Into Python](http://www.diveintopython.net/)
* [The Official Docs](http://docs.python.org/2.6/)