Perl to Python Migration provides a useful and practical resource for programmers that are currently intermediate or expert in using Perl and who want to migrate to using Python for different programming projects. The book achieves this by first giving the user an overview and refresher of the Perl techniques required before giving the information on using Python to achieve the same result. Examples of both Python and Perl will be available on-line on the author's website.
Sprache
Verlagsort
Verlagsgruppe
Pearson Education Limited
Zielgruppe
Maße
Höhe: 235 mm
Breite: 188 mm
Dicke: 16 mm
Gewicht
ISBN-13
978-0-201-73488-1 (9780201734881)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Klassifikation
About the author Martin C. Brown has been a programmer and systems manager for eleven years for a variety of organizations, including a university, an ISP, and an advertising agency. He specializes in making computers easier to use and more accessible to people who are not computer literate and in integrating different platforms into the same environment. A full-time author, he spends most of his time writing programming books, despite spending the bulk of his life trying to avoid getting sucked too far into the programming world. Martin is the author of eleven other books, including both the Perl and Python Complete Reference titles and Debugging Perl
CONTENTS
Introduction
Python Overview
Python Execution
Components of a Python Program
Functions
Exceptions
Modules, Classes, and Object Orientation
Processing Information
Interfacing to the OS
File Manipulation
Data Management
Communicationing over a Network
Using Python for Web Development
Interface Building with Tk
Resource Guide - (in conjunction with material on the web)