summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-07-23 14:30:29 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-07-23 14:30:29 -0500
commitbd998e10a8bd0f7c79223d861b42a4a6238ce9ec (patch)
treee955545cef7475c03f5ca029be41393a15167592
parenta7f82aa29fc9e89cd1ac5d057bff4035fd574c73 (diff)
parent8a968db2bc0f596e2e9d865b73d909b02ff774d6 (diff)
Merge pull request #1174 from asweigart/master
Added links to the free book "Automate the Boring Stuff with Python" …
-rw-r--r--python.html.markdown1
-rw-r--r--python3.html.markdown1
2 files changed, 2 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/)
diff --git a/python3.html.markdown b/python3.html.markdown
index dd57bf58..36298566 100644
--- a/python3.html.markdown
+++ b/python3.html.markdown
@@ -642,6 +642,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/)
* [Ideas for Python Projects](http://pythonpracticeprojects.com)