diff options
author | Patrick Callahan <patrickcallahan42@gmail.com> | 2016-09-01 17:27:33 -0400 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-01 23:27:33 +0200 |
commit | 7beaa529b912ccda6e26eee85acae50e79c6d6d5 (patch) | |
tree | 7b16c6eb6195bf61999cc902d1f10a64ff9d8ba8 /python3.html.markdown | |
parent | 425d1dee6704599029ef7e27445328ad4c91d341 (diff) |
[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.
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
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) |