Beginning Python: Using Python 2.6 and Python 3.1 (Wrox Programmer to Programmer)
Beginning Python: Using Python 2.6 and Python 3.1 (Wrox Programmer to Programmer) by James Payne
- Binding:
- Paperback
- Number of Pages:
- 624
- ISBN:
- 0470414634
- Product Group:
- book
- Publisher:
- John Wiley & Sons
- Publication Date:
- Jan. 28, 2010
- BooksForGeeks.com ID:
- 2359
Beginning Python: Using Python 2. 6 and Python 3. 1 introduces this open source, portable, interpreted, object-oriented programming language that combines remarkable power with clear syntax.
Reviews for Beginning Python: Using Python 2.6 and Python 3.1 (Wrox Programmer to Programmer)
-
IIn my opinion not for beginners.
Rated out of 5 stars, March 12th, 2010
If Amazon.uk ask me to review this book I'll do ! In my opinion this book is not for beginners,for beginning Python maybe yes with condition to know other programming language.In this book definitions are missing and how we know for a beginner definitions are very important.For example how define a function in python ?
def name (parameter1,parameter2,.....):
body (with indentation)
return < value >
In this book not a word about function input or raw_input,only a example at page 63 in which this function is used.

