diff options
author | Patrick Callahan <patrickcallahan42@gmail.com> | 2016-09-06 12:57:47 -0400 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-06 18:57:47 +0200 |
commit | 2067ad6a5203d7799f734f5f956b10473dd56e00 (patch) | |
tree | 42d2c359d2c721aaad628526e29003ff67d4bd5d | |
parent | 48ca03c3f9cfa1dc18ece421e98bf62072d519f0 (diff) |
[Eng/Python3] add new book: "Learn Python 3.0 VISUALLY" (#2360)
* add new book
* sanitized link
-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 5298553f..a56960a7 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -902,3 +902,4 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [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) +* [Learn Python 3.0 VISUALLY](https://www.amazon.com/Learn-Python-3-0-VISUALLY-Interactive-ebook/dp/B00YI58B9U/) |