An Introduction to Python

An Introduction to Python
Authors
Guido van Rossum
ISBN
0954161769
Published
01 Apr 2003
Purchase online
amazon.com

This manual provides an introduction to Python, an easy to learn object-oriented programming language. Python combines power with clear syntax. It has modules, classes, exceptions, very high level data types, and dynamic typing. Python can link directly to libraries written in C or C++ and can be embedded as an extension language for applications that need a programmable interface. Python is free software. It can be used with GNU (GNU/Linux), Unix, Microsoft Windows and many other systems.

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

Customer Reviews

Gabriel Weatherhead said
You can't beat it for insight into the language. It's a little dry but it's the best primer I have seen on Python.

Wayne Cannon said
This is the most concise, yet thorough, description of Python I have found among a half-dozen of the most highly-rated books about Python. It is thorough, yet to the point. It covers aspects of Python not found in any of the other books (I found the online version of this book by searching for such a topic, but wanted the physical book). Guido van Rossum is the author of the Python Language, so he is the definitive source for information about Python; and his books are very readable.

This book is very readable for anyone who is experienced in another language. Although Python itself may be a good first language, this book is a bit too concise for someone learning a programming language for the first time. For such a person, I would recommend "The Quick Python Book" by Harms and McDonald ("Dive Into Python" by Pilgrim and "Core Python Programming" by Chun are also good).

David W. Abbott said
Good book for a beginner like me. Recently updated for python 2.5. I like the author's style and also because he offers the book for free on the web. I wanted to support the author for all of his hard work.

Sean Fritz said
I have read several texts on python, all of them basically teaching me Java with python syntax. This is the first book I've read that taught me python with python syntax.

Pros: You will finally understand how to write python code. The book leaves no part of the language uncovered.

Cons: This is really a language reference, if you don't know how to program well in another language I don't know if it would be spectacularly useful. It does not cover any API's extensively.

I love it, and for the price you can't go wrong.

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.

“The difference between theory and practice is smaller in theory than in practice.”