diff options
author | Al Sweigart <asweigart@gmail.com> | 2015-07-23 11:24:40 -0700 |
---|---|---|
committer | Al Sweigart <asweigart@gmail.com> | 2015-07-23 11:24:40 -0700 |
commit | 8a968db2bc0f596e2e9d865b73d909b02ff774d6 (patch) | |
tree | e955545cef7475c03f5ca029be41393a15167592 /python3.html.markdown | |
parent | a7f82aa29fc9e89cd1ac5d057bff4035fd574c73 (diff) |
Added links to the free book "Automate the Boring Stuff with Python" to the "Free Online" section.
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
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) |