Programming Python e oltre 1.000.000 di libri sono disponibili per Amazon Kindle . Maggiori informazioni


oppure
Accedi per attivare gli ordini 1-Click.
oppure
Con la prova gratuita di
Amazon Prime.
Altre opzioni di acquisto
Ne hai uno da vendere? Vendi i tuoi articoli qui
Inizia a leggere Programming Python su Kindle in meno di un minuto.

Non hai un Kindle? Scopri Kindle, oppure scarica l'applicazione di lettura Kindle GRATUITA.

Programming Python [Brossura]

Mark Lutz
4.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)
Prezzo: EUR 43,13 Spedizione gratuita. Dettagli
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
Disponibilità immediata.
Venduto e spedito da Amazon. Confezione regalo disponibile.
Vuoi la consegna garantita entro mercoledì 22 maggio? Ordina entro e scegli la spedizione 1 giorno. Dettagli

Formati

Prezzo Amazon Nuovo a partire da Usato da
Formato Kindle EUR 29,20  
Brossura EUR 43,13  

Spesso comprati insieme

Programming Python + Learning Python + Python: Pocket Reference
Prezzo per tutti e tre: EUR 90,02

Mostra disponibilità e dettagli di spedizione

Acquista tutti gli articoli selezionati
  • Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli

  • Learning Python EUR 37,03

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Questo articolo verrà spedito con la spedizione gratuita. Dettagli

  • Python: Pocket Reference EUR 9,86

    Disponibilità immediata.
    Venduto e spedito da Amazon.it.
    Spedizione gratuita disponibile per ordini superiori a EUR 19. Dettagli


Chi ha acquistato questo articolo ha acquistato anche


Dettagli prodotto

  • Brossura: 1584 pagine
  • Editore: Oreilly & Associates Inc; 4 edizione (5 gennaio 2011)
  • Lingua: Inglese
  • ISBN-10: 0596158106
  • ISBN-13: 978-0596158101
  • Peso di spedizione: 2,3 Kg
  • Media recensioni: 4.0 su 5 stelle  Visualizza tutte le recensioni (1 recensione cliente)

Quali altri articoli acquistano i clienti, dopo aver visualizzato questo articolo?


Recensioni clienti

5 stelle
0
3 stelle
0
2 stelle
0
1 stella
0
4.0 su 5 stelle
4.0 su 5 stelle
Le recensioni più utili
4 di 4 persone hanno trovato utile la seguente recensione
4.0 su 5 stelle get knowledge regarding Python 7 febbraio 2012
Di mko
Formato:Brossura
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.
Questa recensione ti è stata utile?
Le recensioni clienti più utili su Amazon.com (beta)
Amazon.com: 3.2 su 5 stelle  28 recensioni
45 di 49 persone hanno trovato utile la seguente recensione
4.0 su 5 stelle Can A Reference Book Be Too Thorough? 9 gennaio 2011
Di B.L. - Pubblicato su Amazon.com
Formato:Brossura
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 di 30 persone hanno trovato utile la seguente recensione
3.0 su 5 stelle Reasonable source of information but some aspects I didn't like 22 settembre 2011
Di Antonio - Pubblicato su Amazon.com
Formato:Brossura
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.
18 di 21 persone hanno trovato utile la seguente recensione
5.0 su 5 stelle Great if you're a programmer, not if you're a beginner 25 marzo 2011
Di healthyfatboy - Pubblicato su Amazon.com
Formato:Brossura
For those looking to further their Python abilities, Programming Python by Mark Lutz is a great tool in achieving that goal. If you're new to programming and trying to learn Python, you'll want to start with Learning Python by Mark Lutz as that will give you the necessary foundation. Then you can move to this one.

I was interested in learning the language and didn't realize there was a Learning Python so I got Programming Python instead. Luckily, I have experience with a couple of languages so I was able to go through the book and learn what I needed to know. There are many good examples given that explain what you are trying to learn. As with other O'Reilly books, this also has plenty of code to help you through all the topics covered in the book. The index is well done and is great as a reference for later on when you need to look something up in a pinch.

What I found really interesting is Chapter 20 about the integration of Python with C. Seeing that a lot of industry uses C for a lot of operational systems, that chapter was particularly useful as it helps to learn how to interface the two languages together. I have worked primarily with MATLAB throughout school and work. MATLAB is also able to interface with C and it's great, but expensive. Python is a great open source language so it allows anyone on a tight budget to do similar things as MATLAB and the ability to interface with C is great and this chapter will get you going on that.

I highly recommend this book to anyone wanting to delve further into Python. If you have prior programming experience, especailly in OOP, then you should be fine with this. If you don't have that experience, like I said, start with Learning Python. You'll be better off that way.

Ricerca articoli simili per categoria