Python Phrasebook and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Python Phrasebook
 
 
Start reading Python Phrasebook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Python Phrasebook [Paperback]

Brad Dayley
3.5 out of 5 stars  See all reviews (2 customer reviews)
Price: £11.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £10.71  
Paperback £11.99  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 288 pages
  • Publisher: Sams; 1 edition (6 Nov 2006)
  • Language English
  • ISBN-10: 0672329107
  • ISBN-13: 978-0672329104
  • Product Dimensions: 17.9 x 11.7 x 1.7 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 411,106 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Brad Dayley
Discover books, learn about writers, and more.

Visit Amazon's Brad Dayley Page

Product Description

Product Description

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

  

From the Back Cover

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

 

$16.99 USA / $20.99 CAN / £11.99 Net UK

 


Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
3 of 3 people found the following review helpful
Format:Paperback
I had already acquire a basic understanding of python from the excellent `Beginning Python' by Magnus Lie Hetland so I though to use this work as an aide-memoire.
However I was rather disappointed in the presentation and examples in this book. I had read previous entries in the phrasebook series, for Java and Linux, and found them well written and relevant to acquiring an insight into the topic. But in the case of the `Python phrasebook' there were numerous problems:
- Poor formatting of the text, making it seem both padded and difficult to follow examples
- Too much cut and paste of code snippets and even sections of the text.
- No discussion on maths functionality or basic UI processing.

On the positive side, the chapter on XML included both DOM and SAX worked examples which I found immediately relevant to project work.
Comment | 
Was this review helpful to you?
1 of 2 people found the following review helpful
Missed opportunity 24 Sep 2011
By cor
Format:Paperback
Very useful quick reference. However how could a Python phrasebook possibly omit the code example Hungariandict = {'Can you direct me to the station': 'Please fondle my buttocks'}
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  9 reviews
7 of 7 people found the following review helpful
Easy to follow 20 Dec 2006
By Dennis Gilmore - Published on Amazon.com
Format:Paperback
Has great little snippets of code. is very clear in what is says and how to achieve your goals. While it seems to be intended at people with prior Python experience. I had previously only done python debugging. and that combined with perl, bash and C experience i was able to pick up the concepts and get functional quickly (I got done what i wanted to quickly). It is a handy little guide that I am sure I will use regularly.

Almost everything I wanted to accomplish I got done just by using this book.

two weak points.

1) could have covered number formatting in output

2) dealing with dates is not really covered
6 of 7 people found the following review helpful
It's a gem and a bargain 26 Oct 2007
By Chris Mcnally - Published on Amazon.com
Format:Paperback
I've been learning Python through the documentation and tutorials that I've found online, including "Dive Into Python", which is a great introduction to Python available as a free PDF. I am writing code in Python and I have not been satisfied with the Python books I've seen and I want to take my code further. I want to write code like a Python programmer would. I need to be reminded of syntax at times, such as splitting strings, but I don't want to go back to the beginner book. I need to learn new ways and new things I can do with Python.

This well written, simple little book fills that niche. You can put it in your pocket and read it on the train. It's well written and succinct. It's not for learning Python for the first time, you need more explanation and examples when you are learning new concepts. This book is a good reminder of things you already learned but has not completely stuck yet.

Examples I have already used are the string manipulation sections, threads and socket programming. I will probably use the HTML parsing examples next. In his examples Dayley does offer explanation. For example, he describes the elements of the try statement, including the finally, the else and the except parts. However this is done in only two paragraphs. It's a good memory jogger and reference if you already know the syntax.

In the string manipulation section, searching strings, comparing strings, splitting and joining, replacing, trimming and formatting are all covered. In addition, there is a little gem about executing strings as Python code. All the examples are useful and can be included immediately in your code!

I think I'll go through this guide pretty quickly, since it's small, but it's valuable and it's worth having. Let me repeat, this book is for a beginning Python programmer who is learning the basics with some other material, or has already learned the basics.

You can always find example code online, in various blogs, articles and tutorials, however it's easier to have one book by a single author that's well written and has a consistent voice. I highly recommend this book, and I wish the publisher would put out more small books like this. They are so easy to carry and have around.
3 of 3 people found the following review helpful
Lots of internet stuff, no math stuff 11 Feb 2008
By Joe - Published on Amazon.com
Format:Paperback
Half the book is about internet.

I was disapointed by the absence of math things. 1 or 2 pages could have given an overview of the main math functions. Also no string-numeric conversion functions such as str(), float()... are given. This book is definitely not for scientists or science engineers/technicians.

Things presented are detailed, but they are quite limited.

A fully operational code example often meaningless follows every function introduced. It would be better to my opinion to introduce the functions individualy and then show an example showing several functions in action in a script that means something.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges