From 7beaa529b912ccda6e26eee85acae50e79c6d6d5 Mon Sep 17 00:00:00 2001
From: Patrick Callahan <patrickcallahan42@gmail.com>
Date: Thu, 1 Sep 2016 17:27:33 -0400
Subject: [PATCH] [python3/en] Adding "Dive Into Python 3" (#2353)

The previous version of this file had the original Dive Into Python, which was written with Python 2 in mind.
It has come to my attention that the author of the original has published an updated version designed for Python 3, so I added this version back in.
---
 python3.html.markdown | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python3.html.markdown b/python3.html.markdown
index 09b041b8..dc534f74 100644
--- a/python3.html.markdown
+++ b/python3.html.markdown
@@ -896,7 +896,9 @@ print(say(say_please=True))  # Can you buy me a beer? Please! I am poor :(
 * [30 Python Language Features and Tricks You May Not Know About](http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html)
 * [Official Style Guide for Python](https://www.python.org/dev/peps/pep-0008/)
 * [Python 3 Computer Science Circles](http://cscircles.cemc.uwaterloo.ca/)
+* [Dive Into Python 3](http://www.diveintopython3.net/index.html)
 
 ### Dead Tree
 
 * [Programming Python](http://www.amazon.com/gp/product/0596158106/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596158106&linkCode=as2&tag=homebits04-20)
+* [Dive Into Python 3](https://www.amazon.com/gp/product/1430224150?ie=UTF8&tag=diveintomark-20&creativeASIN=1430224150)