Live data from Hacker News

Ask HN: What book should I recommend to someone who just finished LPTHW?

news.ycombinator.com

1–5 of 5 posts

Ask HN: What book should I recommend to someone who just finished LPTHW?

#1
More Info:

I recently recommended Learn Python the Hard Way to someone who has no programming background.

He just finished the book and is asking for:

1)A python book to read next.

2)A book for another programming language that he can learn.

Any recommendation is appreciated.

Thanks

Re: Ask HN: What book should I recommend to someone who just finished LPTHW?

#4
Zed himself recommends Django book as the Next Steps[1] at the end of LPTHW. If he wants to dig deep into Python Dive into Python [2] would be a great book to start working on next. For other language I would recommend some static type language just to broaden his programming understanding. [1] http://learnpythonthehardway.org/book/next.html [2] http://diveintopython.org/

Re: Ask HN: What book should I recommend to someone who just finished LPTHW?

#5

Zed himself recommends Django book as the Next Steps[1] at the end of LPTHW. If he wants to dig deep into Python Dive into Python [2] would be a great book to start working on next. For other language I would recommend some static type language just to broaden his programming understanding. [1] http://learnpythonthehardway.org/book/next.html [2] http://diveintopython.org/

did you mean to give a 3rd reference?

Thanks.