your opinion on book "Foundations of Python Network Programming"?

K

kf9150

Hello,

i'm debating if i should buy this book. it received good reviews at
Amazon: http://tinyurl.com/24zvrf. but it was published in 2004 and
i'm afraid quite some materials might be outdated? any input?

thanks,

kelie
 
S

sean tierney

I just read it (though I bought it half a year ago...don't judge :).

Author recommends Python 2.3 and above...and as far as I know the
examples are good. And if anything IS outdated -- you'll be able to
do some quick research to get you to where you need to be...and he
does mention code several areas of change/addition/modification. (ie
urllib and urllib2). He uses a couple of 3rd party projects too.

I really liked the book. I think Goerzen did a good job. He
addresses the code in the context of the problem the code is meant to
solve, which I found helpful. That said, it's not a substitute for
actually reading the code.

....if you haven't read the most recent edition of Programming Python
by Mark Lutz (O'Reilly), I'd recommend that first. Programming Python
covers (some) networking and everything else. More bang for the $$.



Sean
 
K

kf9150

I just read it (though I bought it half a year ago...don't judge :).

Author recommends Python 2.3 and above...and as far as I know the
examples are good. And if anything IS outdated -- you'll be able to
do some quick research to get you to where you need to be...and he
does mention code several areas of change/addition/modification. (ie
urllib and urllib2). He uses a couple of 3rd party projects too.

I really liked the book. I think Goerzen did a good job. He
addresses the code in the context of the problem the code is meant to
solve, which I found helpful. That said, it's not a substitute for
actually reading the code.

...if you haven't read the most recent edition of Programming Python
by Mark Lutz (O'Reilly), I'd recommend that first. Programming Python
covers (some) networking and everything else. More bang for the $$.

Sean

Sean, thanks for your review and recommendation of the book
Programming Python. atm, i'm looking for a book that has detailed
coverage on networking. so "Foundations of ..." seems to be a good
choice for me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top