Dive Into Python 3 (online book)
diveintopython3.org
Dive Into Python 3 (online book)
1–10 of 40 posts
Re: Dive Into Python 3 (online book)
#2 Python 3 is a commercial disaster. In 2010Q3 I had
negative sales of DiP3. More people returned it than
bought it. I'm considering retro-fitting the book's
content to Python 2.7 and re-releasing it as "Dive Into
Python 2." Seriously.
http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...Re: Dive Into Python 3 (online book)
#3What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
Re: Dive Into Python 3 (online book)
#4What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
Re: Dive Into Python 3 (online book)
#5What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
Edit: I don't recommend learning Python from a book. I recommend http://docs.python.org/tutorial/ if you know a programming language already, or http://learnpythonthehardway.org/ if you don't. (Yes, I know there are dead-trees of both of these.)
Re: Dive Into Python 3 (online book)
#6What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
DiP3 is not a very good book. (Neither was DiP.) I don't know how relevant that is to sales, though, but considering that some of the bigger Python groups actively recommend against it, I wouldn't be surprised if there was an impact on sales from that alone. Edit: I don't recommend learning Python from a book. I recommend http://docs.python.org/tutorial/ if you know a programming language already, or http://learnpyth…
I have both DiP and PtHW on my Kindle, and I can't straddle both to the end.
Re: Dive Into Python 3 (online book)
#7What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
DiP3 is not a very good book. (Neither was DiP.) I don't know how relevant that is to sales, though, but considering that some of the bigger Python groups actively recommend against it, I wouldn't be surprised if there was an impact on sales from that alone. Edit: I don't recommend learning Python from a book. I recommend http://docs.python.org/tutorial/ if you know a programming language already, or http://learnpyth…
Re: Dive Into Python 3 (online book)
#8Re: Dive Into Python 3 (online book)
#9What's interesting is that according to the author Mark Pilgrim: Python 3 is a commercial disaster. In 2010Q3 I had negative sales of DiP3. More people returned it than bought it. I'm considering retro-fitting the book's content to Python 2.7 and re-releasing it as "Dive Into Python 2." Seriously. http://www.reddit.com/r/IAmA/comments/f545e/i_am_a_fourtime_...
Personally, I love the web version and was going to purchase it, but decided not to because of all the issues people had reported on amazon
http://www.amazon.com/review/R1JSR2ZJ2Q585D/ref=cm_cr_pr_vie...
Re: Dive Into Python 3 (online book)
#10If you are looking for an intro book, go with Zed Shaw's "Learn Python the Hard Way." There's another guy with lots of style.