from Hacker News

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

by mohsen on 6/30/11, 9:41 PM with 4 comments

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

  • by kachhalimbu on 7/1/11, 4:21 AM

    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/
  • by pavelludiq on 7/1/11, 1:06 AM

    After i learned python i went on to learn scheme,he might like "How to design programs". http://www.htdp.org/

    I haven't been paying attention to the world of python books for a while, but i started with the O'Reilly books by Mark Lutz.

  • by aorshan on 6/30/11, 10:19 PM

    If he wants to learn objective-C, Programming in Objective C by Stephen G. Kochan is a great book