Treffer: Programming Python

Title:
Programming Python
Authors:
Publisher Information:
Bonn ; Sebastopol, CA : O'Reilly, 1996. 1st ed.
Publication Year:
1996
Physical Description:
xxii, 880 p. : ill. ; 24 cm. +
Series:
A Nutshell handbook
A Nutshell handbook.
Original Identifier:
ocm35900423
Document Type:
Buch Book
Language:
English
ISBN:
978-1-56592-197-9
1-56592-197-6
Rights:
This record is part of the Harvard Library Bibliographic Dataset, which is provided by the Harvard Library under its Bibliographic Dataset Use Terms and includes data made available by, among others, OCLC Online Computer Library Center, Inc. and the Library of Congress.
Notes:
Includes bibliographical references (p. 858-860) and index.
Accession Number:
edshlc.007985432.X
Database:
Harvard Library Bibliographic Dataset

Weitere Informationen

With Python, you can do almost anything you can do with the C or C++ programming languages; but Python is an interpreted language designed for rapid application development and deployment. Python is easy to read and write so that you can accomplish common tasks quickly, but it is also extensible when the complexity of the task requires additional power. Python programs can call C and C++ modules. Python can also be embedded in C and C++ programs. You can use Python with Tk as well, making it an ideal language for prototyping and deploying Graphical User Interfaces (GUI). Python is as easy, or as powerful, as you want it to be. Programming Python is a comprehensive companion to this scripting language. It introduces the language to novice users, but it also contains advanced information about embedding and extending Python for advanced users. The book moves quickly from simple to intermediate to complex tasks. Most of all, Programming Python is practical and full of examples you'll use, including shell tools, database access, rapid development tools, and Internet scripting.