Despite initial appearances, Perl and Python are surprisingly similar and this book aims to help ease a programmer's transition between the two languages. Although the emphasis is the `Pythonism' of Perl idioms, the book could also be of use to those programmers who are moving to Perl from a Python background.
Experienced programmers can probably skip the first section, but the discussion of classes, methods and objects is worth reading, particularly if you either aren't used to object orientated programming or are unfamiliar with Perl's OO capabilities.
The third section of the book, Applying Python, is the meat of the book and basically lists a set of Python functions, their Perl equivalents plus a short example in either language. Perl's multitudinous internal variables are also listed with their Python counterparts. The usual subjects are covered: network programming, CGI in Python etc., and there's a short, but useful, section which compares Perl/Tk and TkInter - given the dearth of
printed material on TkInter, GUI programmers will find this interesting.
Given that Perl and Python are, ostensibly, platform-independent languages I would have expected rather better coverage of Python and Perl on non-Unix systems. Apart from this minor niggle, this book represents a useful investment for both Perl and Python programmers.