New editions of several Python books.

M

Magnus Lycka

While I work at a company that uses Python a lot (and would
have had a hard time finding such a place a few years ago) I
don't really have a clear opinion on whether Python's marketshare
(or mindshare) is growing significantly. Perl seems to be in
decline, but on the other hand, Ruby is attracting a lot of people.

One interesting thing I noticed when I visited Amazon.com
today, was that several publishers are busy making new
editions of their Python books. These classics are in the
pipeline:

Python Essential Reference (3rd Edition)
by David M. Beazley (Paperback - February 24, 2006)

I have the 1st ed. Just as with Martelli's Nutshell-book, this is a
really good reference book. (Or was in previous editions at least.)

Python, Second Edition : Visual QuickStart Guide (2nd Edition)
by Chris Fehily (Paperback - April 14, 2006)

In my opinion one of the best beginner books. Straight forward and
also affordable.

Programming Python, 3rd edition
by Mark Lutz (Paperback - July 2006)

Never a favourite of mine really, but a popular book...

And this is already reissued it seems:

Python Programming for the Absolute Beginner, Second Edition
by Michael Dawson (Paperback - November 8, 2005)

Finally...

Beginning Python: From Novice to Professional
by Magnus Lie Hetland (Paperback - September 26, 2005)

....was more or less a 2nd edition of Magnus' "Practical Python".

There is also a "Python for Dummies" on its way at last. (I'm not
sure Python *is* for dummies though. Despite being so easy to learn
and use, it mainly seems to attract smart and experienced people, why
else would Python programmers be among the best paid programmers?)

Somehow, the fact that so many books are reissued in a fairly short
period, makes me feel that the publishers feel that the winds are
blowing our way...

Any thoughts on this?

I don't see any similar republish trends among the other scripting
languages. (Although Ruby on Rails seems to attract some attention --
four books in the pipeline.)
 
A

Aahz

There is also a "Python for Dummies" on its way at last. (I'm not
sure Python *is* for dummies though. Despite being so easy to learn
and use, it mainly seems to attract smart and experienced people, why
else would Python programmers be among the best paid programmers?)

If you can have _Borland C++ for Dummies_, _Python for Dummies_ makes a
lot more sense. :-/
 
M

Magnus Lycka

Aahz said:
If you can have _Borland C++ for Dummies_, _Python for Dummies_ makes a
lot more sense. :-/

Well, I guess Borland C++ for Dummies has a genuine purpose, but
it could be a very short book. One page where is says: "Don't!" ;^)

I guess it's a seal of mainstream approval to get a Dummies book,
and I certainly think that Python should be a relief for many
people who aren't programmers but occasionally needs to write
small programs. I hope it becomes a hit! I suspect the "dummies"
might want a more "polished" (dumbed down?) development environment
though.
 
J

James Stroud

Magnus said:
Programming Python, 3rd edition
by Mark Lutz (Paperback - July 2006)

Never a favourite of mine really, but a popular book...

This one is like broccoli. Its good for you but it doesn't have much flavor.
 
D

David Reed

This one is like broccoli. Its good for you but it doesn't have
much flavor.

I found the Learning Python book (that Lutz is a co-author of) a much
better book for someone who knows another language and wants to learn
Python. The Programming Python has lots of examples, but I found it
difficult to "look things up".

The three books I would recommend for someone (who already knows
another language) wanting to learn Python are:

Learning Python
Python Essential Reference
Python Cookbook

Dave
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top