The Python Language Reference Manual

The Python Language Reference Manual
Authors
Guido Van Rossum
ISBN
0954161785
Published
01 Sep 2003
Purchase online
amazon.com

This manual is the definitive language reference for Python. It describes the syntax of Python and its built-in datatypes in depth. Python is an interpreted object-oriented programming language, suitable for rapid application development and scripting. Python's syntax emphasizes readability, which reduces the cost of program maintenance.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

This manual is the definitive language reference for Python. It describes the syntax of Python and its built-in datatypes in depth.

Python is an interpreted object-oriented programming language, suitable for rapid application development and scripting. Python's syntax emphasizes readability, which reduces the cost of program maintenance.

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".

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Before software should be reusable, it should be usable.” - Ralph Johnson