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


Machine Learning Q and AI (No Starch Press)

Author: Sebastian Raschka
Publisher: No Starch Press
Date: April 2024
Pages: 264
ISBN: 978-1718503762
Print: 1718503768
Kindle: B0CKKXCK3T
Audience: Developers interested in AI
Rating: 4
Reviewer: Mike James
Q and AI, a play on Q&A is a clever title, but is the book equally clever?



Oracle PL/SQL By Example, 6th Ed

Author: Elena Rakhimov
Publisher: Oracle Press
Pages: 480
ISBN: 978-0138062835
Print: 0138062838
Audience: Developers interested in Oracle PL/SQL
Rating: 4
Reviewer: Kay Ewbank

This is the sixth edition of a well established title that has been updated for the latest version of PL/SQL (21c).


More Reviews

Last Updated ( Wednesday, 21 April 2010 )