Python Phrasebook Brad Dayley Essential Code and Commands Python Phrasebook gives you the code phrases you need to quickly and effectively complete your programming projects in Python. Concise and Accessible Easy to carry and easy to use–lets you ditch all those bulky books for one portable guide Flexible and Functional Packed with more than 100 customizable code snippets–so you can readily code functional Python in just about any situation Brad Dayley is a software engineer at Novell, Inc. He has been a system administrator and software developer on the Unix, Windows, Linux, and NetWare platforms for the past 14 years. Brad co-developed an advanced debugging course used to train engineers and customers and is the co-author of several Novell Press books. Programming / Python
There is a quote mistakenly attributed to Mark Twain which say something like "I would have written a shorter letter, but I did not have the time". The quote is really from Pascal and it is butchered but that is beside the point. This book on Python is quite simply the shortest and most concise work on the topic to date. It is like getting just enough of the cookbooks and reference books and boiling it down to just enough to fit in your back pocket. Authoring this puppy must have been painful but I do appreciate it.
This book is essentially a collection of code snippets that includes a brief discussion and example to support each. I have found a few things to be wrong, either because they are typos or because the version of Python used is 2.4 (I was using 2.7.x when I tried some of the examples).
Whether you are just starting to learn python or are a seasoned programmer this is a great reference book. Good balance of code examples and technical explanations.