Live data from Hacker News

Ask YC: What is the best Python book for a beginner?

news.ycombinator.com

1–10 of 24 posts

Ask YC: What is the best Python book for a beginner?

#1
I'm looking to learn more about Python and want to buy a book to read in my spare time (and I do know of the online Python docs, the free Dive into Python website, etc). Can anyone recommend a book that is up-to-date (i.e., covers 2.5)?

Looking at Amazon, I'm leaning towards Learning Python, 3rd Edition (http://tinyurl.com/2az6zh). Any opinions on this one?

Thanks for the help.

Re: Ask YC: What is the best Python book for a beginner?

#4
Dive into Python is great.

I started learning Python from a Mark Lutz seminar actually. He is a great teacher.

You'll find a limit to your knowledge of python if you just start hacking. Knowing C and how python is built help build an intuition for how things really work. I find it invaluable.

Re: Ask YC: What is the best Python book for a beginner?

#7
Yep, I know what you mean. I've got the O'Reilly "Learning Python" book, but I'd love something that covered soup to nuts. Start with a python interpreter, suggest and IDE (EasyEclipse for LAMP?) and get me to Django.

Maybe I'm being lazy, but more practical, show me, types of tutorials work best for me.

Re: Ask YC: What is the best Python book for a beginner?

#9

Why not read Dive into Python -- it's excellent -- and then learn about the new stuff in 2.5 later. The new stuff gives minor efficiency improvements, but Dive into Python is plenty good. http://docs.python.org/whatsnew/whatsnew25.html

here's the web link to the book: http://www.diveintopython.org
Post reply on HN