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

Vous voulez voir cette page en français ? Cliquez ici.


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
Start reading Programming Python on your Kindle in under a minute.

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

Programming Python [Paperback]

Mark Lutz
4.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 74.99
Price: CDN$ 42.95 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 32.04 (43%)
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
Only 7 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Tuesday, May 28? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $30.46  
Paperback CDN $42.95  

Book Description

Jan 7 2011 0596158106 978-0596158101 Fourth Edition

If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python’s many roles in practical, real-world programming.

You'll learn language syntax and programming techniques in a clear and concise manner, with lots of examples that illustrate both correct usage and common idioms. Completely updated for version 3.x, Programming Python also delves into the language as a software development tool, with many code examples scaled specifically for that purpose.

Topics include:

  • Quick Python tour: Build a simple demo that includes data representation, object-oriented programming, object persistence, GUIs, and website basics
  • System programming: Explore system interface tools and techniques for command-line scripting, processing files and folders, running programs in parallel, and more
  • GUI programming: Learn to use Python’s tkinter widget library
  • Internet programming: Access client-side network protocols and email tools, use CGI scripts, and learn website implementation techniques
  • More ways to apply Python: Implement data structures, parse text-based information, interface with databases, and extend and embed Python

Frequently Bought Together

Programming Python + Learning Python: Powerful Object-Oriented Programming + Python Pocket Reference: Python in Your Pocket
Price For All Three: CDN$ 97.92

Some of these items ship sooner than the others. Show details

  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Learning Python: Powerful Object-Oriented Programming CDN$ 43.46

    Usually ships within 2 to 4 weeks.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Python Pocket Reference: Python in Your Pocket CDN$ 11.51

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

Mark Lutz is the world leader in Python training, the author of Python's earliest and best-selling texts, and a pioneering figure in the Python community since 1992. He has been a software developer for 25 years, and is the author of O'Reilly's Programming Python, 3rd Edition and Python Pocket Reference, 3rd Edition.


What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

5 star
0
3 star
0
2 star
0
1 star
0
4.0 out of 5 stars
4.0 out of 5 stars
Most helpful customer reviews
3 of 3 people found the following review helpful
4.0 out of 5 stars get knowledge regarding Python July 26 2011
By mko TOP 500 REVIEWER
Format:Paperback
Programming Python is one of these book you can kill with when dropped from appropriate height. I am not Python expert, rather casual Python programer, I focus rather on Java-Python bindings and I was looking for a book that I can use as a reference point. Python Programming covers quite a loot of Python related aspects of the language, is well structured, and covers most recent Python release (version 3).

Programing Python is not a typical programming book ' famous 'Hello world' occurs for the first time at page 129. It's more Python
reference book than programming book. Mark covers many, typical, issues that most programers will face during programming. What's good about this book are simple, straight and pragmatic examples ' just the essence. However, sweet things have sometimes bitter taste when not served well. What I don't like within the book are huge code listings. I fell like putting 20 pages of code straight into text is simply waste of space. I prefer to use external resources (CD, source codes from ftp) instead of reading the code within the book (it's like going back to 90's). What I miss in the book is Python/Java integration. I use Python within Java and would like to read more regarding this topic the way Python/C integration is described. Would I recommend this book? If you are looking for Python reference ' yes, if you are looking for Java-Python compendium ' no.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.2 out of 5 stars  28 reviews
45 of 49 people found the following review helpful
4.0 out of 5 stars Can A Reference Book Be Too Thorough? Jan 9 2011
By B.L. - Published on Amazon.com
Format:Paperback
Programming Python is a book designed to take people who know Python and guide them on how to actually make it do things in the real world. It's important to note that the material in here (In the December 2010 4th edition) is for 3.X versions of Python and only deals with 2.X to the extent that the versions overlap, so you'll be better off with an earlier edition of the book (or another book designed to deal thoroughly with both versions) if you're working on a project that needs to work uusing earlier versions of Python.

The amount of information here is gigantic, and includes sample code to some degree on practically every page. I was working from an ebook that O'Reilly gave me access to as a review copy, and I can imagine how unwieldy the actual physical book must be given the 1600+ page count. If you prefer to buy hard copies of books, this is definitely not going to be the quick reference book that you carry around in your back pocket.

Since it's so focused on how to actually use Python code to accomplish specific tasks, the best thing about Programming Python is that it comes from O'Reilly. It shares their usual policy for programming books that you're welcome to reuse the code samples in your own projects, and the publisher also provides errata for all of their books at their website.

If you need a guide on how to do just about anything from creating a GUI to interfacing with an SQL database, Programming Python is a remarkably thorough resource.
28 of 30 people found the following review helpful
3.0 out of 5 stars Reasonable source of information but some aspects I didn't like Sep 21 2011
By Antonio - Published on Amazon.com
Format:Paperback
I've programmed in Python before, but haven't used it for a couple of years. I was looking for a refresher, as well as some example applications.

Firstly note that this book isn't an introduction to Python, nor is it a reference. The author makes that clear in the preface, instead referring you to the other titles he has written. Also the book covers Python 3.x. Perhaps those who are interested in earlier versions should get the previous edition of the book. On the other hand while there are some changes between the two versions, reading the book wouldn't be a waste of time if you are interested in Python 2.x

I liked this book in the sense that if I looked up a particular topic, I often found his discussion reasonable and could get some useful idiomatic python code to use.

On the other hand, the author intends this book as a tutorial. When I tried to read through it as a tutorial I just found it falling a bit flat. Also at around 1600 pages I doubt I would have the endurance to read through it from beginning to end.

I guess the main problem with the book is that you are interested in one particular area to use Python, say web development, or interfacing with databases this book would probably have insufficient detail, and you would want a specialist book in that area. Also I found the authors writing style somewhat verbose. Another issue is that those people who want to build a GUI for instance may not be interested in his choice of tool Tkinter.

In conclusion, this book does have some useful information, I didn't really like it. While it is hard to pin down the reasons for my dislike, I guess it is because he tries to cover so many topics, that not all of them are covered that well. Also it is not always clear who the audience is, beginners may find his explanations to terse, whereas those who have some familiarity with python may wonder why he is pointing out the obvious. I recommend people who are looking to develop a particular application in python, instead get a book more focused on their area of interest. Those who are new to python should avoid this book also. Those who are looking for a python 3.x refresher should find a book that's a little less weighty.

It's kind of annoying all those people who have received a free book from O'reilly giving it a five star review. Although they disclosed it, it now makes me suspicious as to how many other five star reviews are given by people who enjoy getting free books, and haven't disclosed the fact.
22 of 26 people found the following review helpful
2.0 out of 5 stars Rambling, poorly edited, not accessible for beginners and too slow for everyone else Dec 18 2011
By Luciano Ramalho - Published on Amazon.com
Format:Paperback
I own more than 100 O'Reilly books and dozens of Python books, since I've been a Python user, instructor and evangelist for 13 years now. The first edition of this book was the first book published about Python by O'Reilly, and it was often compared to Programming Perl at the time. The comparison was very bad for this book: it is much longer, yet shallower than the Camel Book; it tries hard to be funny, but Larry Wall's jokes are less frequent but more effective; it is poorly edited, while the Camel Book is a gem and a true classic.

The pace is excruciatingly slow for a seasoned programmer of any language, but in spite of long and repetitive explanations this book is not accessible to beginners because of excessive, needless jargon and attention to irrelevant details when first introducing language features, making the narrative hard to digest.

It is accurate and up to date, and for this reason I give it 2 stars instead of one. But anyone looking for a Python book will be better served looking elsewhere. From O'Reilly, Alex Martelli's Python in a Nutshell is the best there is to really understand how the language works and how it should be used, even if it is outdated. Python Essential Reference by David Beazley is excellent too, and the 4th edition is very up to date. The Dive into Python books (Python 2 and Python 3 versions exist) are also excellent, and free as in speech. The Quick Python Book by Manning is also good. In fact, every other Python book that I know is a better buy than this one, which probably sells mainly due to the O'Reilly brand and because it was the first. BTW, Martelli, on p. 12 of Python in a Nutshell, 2e, refers readers to nine other books by O'Reilly and other publishers, including two others by Mark Lutz. This is one is not among the recommendations. I think I know why.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges