Skip to content

Python Essential Reference

Best in textbook rentals since 2012!

ISBN-10: 0672329786

ISBN-13: 9780672329784

Edition: 4th 2010

Authors: David M. Beazley

List price: $36.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Customers also bought

Book details

List price: $36.99
Edition: 4th
Copyright year: 2010
Publisher: Pearson Education, Limited
Publication date: 7/9/2009
Binding: Paperback
Pages: 752
Size: 6.00" wide x 9.00" long x 1.25" tall
Weight: 2.024
Language: English

David Beazley(Chicago, IL) has been programming Python since 1996, and helped pioneer the use of Python with scientific computing software while working at Los Alamos National Laboratory. Through his company, Dabeaz LLC, he provides software development, training, and consulting related to the practical use of dynamic programming languages such as Python, Ruby, and Perl, especially in systems programming. He is author of all previous editions of Python Essential Reference, and was contributing author of Steve Holden's Python Web Programming. Beazley holds a Ph.D. in computer science from the University of Utah, and served as professor of computer science at the University of Chicago.

The Python Language
A Tutorial Introduction
Lexical conventions and syntax
Types and objects
Operators and expressions
Control flow
Functions and functional programming
Classes and Object-Oriented Programming
Iterators and Generators
Modules and Packages
Input and Output
Execution Environment
The Python Library
Built-in Functions
Python Services
Mathematics
String Handling
Data management and object persistence
Operating system services
Threads
Network programming
Internet data handling and encoding
Python debugger and profiler
Extending and Embedding
Extending Python with C/C++
Embedding Python