- publishing free software manuals
Picture of Cover

The Python Language Reference Manual (version 2.5)

by Guido van Rossum and Fred L. Drake, Jr.

Paperback (6"x9"), 144 pages. Revised November 2006.
Retail Price: $19.95 (£12.95 in UK)
ISBN: 0-9541617-8-5

About the Book

This manual is the official reference for the Python language itself. It describes the syntax of Python and its built-in datatypes in depth. This edition has been revised for the 2.5 release of Python.

This manual covers advanced topics, and is suitable for readers who need to be familiar with the details and rules of the Python language and its object system.

A tutorial suitable for those new to Python is available in the companion volume "An Introduction to Python". The standard Python library is documented separately in "The Python Library Reference Manual".

The author of this manual, Guido van Rossum, is the inventor of Python. Fred L. Drake, Jr. is the official editor of the Python documentation.

You can examine the contents of the printed book here,

For each copy of this manual sold $1 will be donated to the Python Software Foundation.

As of April 2008 the total amount donated is $1673, from the sale of this and other Python manuals.

This book is freely redistributable, under the same license as Python itself.

Ordering

You can buy the book online at the following bookstores:

The manual can also be ordered from most physical bookstores using the ISBN number.

Note: some bookstore websites may show old bibliographic data in some fields (e.g. old publication date or page count). This is only a problem with the data--all bookstores are physically shipping the latest version of the book.

Print out the following flyer for detailed bookstore and library ordering information,

If the title is listed as "out-of-stock", please ask the bookstore to place an order with one of the wholesale suppliers given in the flyer.

If you encounter any difficulties in obtaining this book, please send an email to sales@network-theory.co.uk for assistance.

If you are not completely satisfied with your purchase for any reason we will gladly issue a full refund or replacement (details).

Electronic version

Download your own complete PDF version of "The Python Language Reference Manual" for only $4.95!

The PDF file is an exact copy of the printed book (regular price $19.95) optimized for on-screen viewing (see sample file).

For each electronic copy of this manual sold $1 will be specifically donated to the Python Software Foundation.

All the money raised supports the development of more free software and documentation.

Related Titles

Mailing List

Sign up to our company News mailing list to stay informed about this and other titles.

Further Information

For questions about this book, please use our email address sales@network-theory.co.uk (or see our full contact details)

Table of Contents

  1. Publisher's Preface
  2. Introduction
  3. Lexical analysis
  4. Data model
  5. Execution model
  6. Expressions
  7. Simple statements
  8. Compound statements
  9. Top-level components
  10. History and License
  11. Index

Articles

Resources