The Quick Python Book 2nd Ed

Author: Vern L. Ceder
Publisher: Manning, 2010
Pages: 400
ISBN: 978-1935182207
Aimed at: Programmers wanting to move to Python
Rating: 4.5
Pros: Clear approach, well explained
Cons: Cover illustration
Reviewed by: Mike James


If you want to learn Python, and can put up with the cover illustration, this book will take you from the beginning to very near the end of your Python development.

This is the second edition of a book on Python whose only real problem was that it wasn't quite up-to-date. The second edition cures this problem by converting to Python 3. This is great - unless of course for some reason you want to stick with Python 2. There is even a new chapter on converting from Python 2 to 3 so should you change your mind all is not lost.

There isn't anything much to say that is negative about this book so the few comments that I have to make should be seen in this light. It's existing worst point is its cover illustrations which is likely to embarrass any macho Python programmer with its unappealing doll-like illustration. Perhaps Manning would sell more copies of its programming titles if it changed its cover policy - and yes I do understand why it has decided to try to distinguish themselves by adopting a cultured and historical approach to the covers of programming titles but most of their audience isn't going to get it.

A second and equally small problem is the use of numbers in little black circles to mark out the listings and connect them with comments in the main text. I have to admit that this works - but I can't avoid saying that it looks horrible.

Criticisms over and they are minor. The book itself is a fairly standard approach to teaching a language. Everything is spelled out in easy to follow English. You get help with getting Python setup and writing your first program. Then we have an overview of Python and you need to be fairly bright to follow this as a beginner.

As long as it doesn't put you off, and it shouldn't, Chapter Four starts over with the elements of the language. This is clear but if you are a complete beginner, i.e. haven't got a clue what a variable or a loop is, then you might need some help. It is excellent for language convert however.

After covering more data types - Lists, tuple and sets followed by Strings and  Dictionaries, Chapter Eight returns to the subject of the flow of control and knits together the control structures with the data types they manipulate. From here we move into increasingly sophisticated ideas - functions, modules, running Python programs, the file system, file handing, exceptions, classes, graphical user interfaces (Tkinter).

Part Four of the book deals with advanced topics - although you might want to argue with what is considered advanced - regular expression, packages, data as objects and advanced object-oriented features.

The final part of the book is titled "Where can you go from here" and covers testing, moving from Python 2 to 3, using libraries, network and web and database programming. A nice round off.

If you know a little bit of programming in another language and want to learn Python then this is a good choice that will take you from the beginning to very near the end of your Python development.

Banner


Accelerating Software Quality

Author: Eran Kinsbruner
Publisher: Perforce
Pages: 357
ISBN: 978-8671126044
Print: B08FKW8B9B
Kindle:B08FKWD2TR
Audience: Devops developers
Rating: 3
Reviewer: Kay Ewbank

With a subtitle of 'machine learning and artificial intelligence in the age of devops', this book certainly sounds as though it fits c [ ... ]



Algorithms: Absolute Beginner's Guide

Author: Kirupa Chinnathambi
Publisher: Addison-Wesley
Date: November 2023
Pages: 416
ISBN: 978-0138222291
Print: 0138222290
Kindle: B0CCTZ37DQ
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

Subtitled 'a practical introduction to data structures and algorithms in JavaScript', this book is split into tw [ ... ]


More Reviews

Last Updated ( Wednesday, 21 April 2010 )