Nuevo:
-10% US$45.00US$45.00
Entrega el lunes, 7 de octubre
Enviado por: Amazon Vendido por: SEEMAA LCC
Ahorra con Usado - Muy Bueno
US$22.05US$22.05
Entrega el viernes, 4 de octubre
Enviado por: Amazon Vendido por: ItemsbySalem
Descarga la app de Kindle gratis y comienza a leer libros Kindle al instante desde tu smartphone, tablet o computadora, sin necesidad de ningún dispositivo Kindle.
Lee al instante desde tu navegador con Kindle para la web.
Usando la cámara de tu celular escanea el siguiente código y descarga la aplicación Kindle.
Imagen no disponible
Color:
-
-
-
- Para ver la descarga de este video Flash Player
Seguir al autor
Aceptar
Python 3 Object-oriented Programming: Unleash the Power of Python 3 Objects 2nd Edición
Esta es una edición nueva de este producto :
Opciones de compra y productos Add-on
Unleash the power of Python 3 objects
Key Features
Book Description
Python 3 is more versatile and easier to use than ever. It runs on all major platforms in a huge array of use cases. Coding in Python minimizes development time and increases productivity in comparison to other languages. Clean, maintainable code is easy to both read and write using Python's clear, concise syntax.
Object-oriented programming is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. Many modern programming languages utilize the powerful concepts behind object-oriented programming and Python is no exception.
Starting with a detailed analysis of object-oriented analysis and design, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. This book fully explains classes, data encapsulation, inheritance, polymorphism, abstraction, and exceptions with an emphasis on when you can use each principle to develop well-designed software.
You'll get an in-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique style. This book will not just teach Python syntax, but will also build your confidence in how to program.
You will also learn how to create maintainable applications by studying higher level design patterns. Following this, you'll learn the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems will be introduced in the book. After you discover the joy of unit testing and just how easy it can be, you'll study higher level libraries such as database connectors and GUI toolkits and learn how they uniquely apply object-oriented principles. You'll learn how these principles will allow you to make greater use of key members of the Python eco-system such as Django and Kivy.
This new edition includes all the topics that made Python 3 Object-oriented Programming an instant Packt classic. It's also packed with updated content to reflect recent changes in the core Python library and covers modern third-party packages that were not available on the Python 3 platform when the book was first published.
What you will learn
- ISBN-101784398780
- ISBN-13978-1784398781
- Edición2nd
- EditorialPackt Pub Ltd
- Fecha de publicación22 Agosto 2015
- IdiomaInglés
- Dimensiones9.25 x 7.52 x 0.95 pulgadas
- Número de páginas431 páginas
Opiniones de clientes
- 5 estrellas4 estrellas3 estrellas2 estrellas1 estrella5 estrellas48%26%11%9%6%48%
- 5 estrellas4 estrellas3 estrellas2 estrellas1 estrella4 estrellas48%26%11%9%6%26%
- 5 estrellas4 estrellas3 estrellas2 estrellas1 estrella3 estrellas48%26%11%9%6%11%
- 5 estrellas4 estrellas3 estrellas2 estrellas1 estrella2 estrellas48%26%11%9%6%9%
- 5 estrellas4 estrellas3 estrellas2 estrellas1 estrella1 estrella48%26%11%9%6%6%
Las opiniones de clientes, incluidas las valoraciones de productos ayudan a que los clientes conozcan más acerca del producto y decidan si es el producto adecuado para ellos.
Para calcular la valoración global y el desglose porcentual por estrella, no utilizamos un promedio simple. En cambio, nuestro sistema considera cosas como la actualidad de la opinión y si el revisor compró el producto en Amazon. También analiza las opiniones para verificar la confiabilidad.
Más información sobre cómo funcionan las opiniones de clientes en Amazon-
Opiniones principales
Opiniones destacadas de los Estados Unidos
Ha surgido un problema al filtrar las opiniones justo en este momento. Vuelva a intentarlo en otro momento.
The book is really well written. No trivial things. All the key points are elaborated naturally and are making a lot of sense.
About 20% of the book’s pages (after 50% on OOP with Python) are dedicated to design patterns (chapters 9-11). Chapter 9 elaborates on the iterator pattern while the following two chapters cover 6 design patterns each. That’s roughly half of the design patterns described in Gamma et al. but I’m fine with the selection made. Chapters 1 (on OOD), 12 (on unit testing) and 13 (Concurrency) frame the book’s core.
When reading I have had already a pretty good grasp about OOP but I did not know Python. Having said this I cannot judge how comprehensible this book might be for readers without programming experience but it looks for me like a smooth intro into object-oriented programming. Yet the author states “This is a practical book, not a textbook.“. The author is likely hinting at the absence of exercises (though the book contains several short think-about sections which have been titled ‘exercises’). According to my conception, this book is a practical textbook indeed.
Soon after starting reading I got convinced that this book works for me as a great introduction to Python. Whether you are interested in learning Python, refreshing design patterns or whether you are curious where “pythonic OOP thinking” differs, this book is expository in a readable and concise fashion. Clearly, it should not be your first programming book.
I don’t hesitate to give this book 5 stars.
Opiniones más destacadas de otros países
Peccato che non si può mettere un voto al servizio di spedizione che come sempre è pessimo
Coming as an amateur programmer doing a university course where you are taught all about OOP/OOD in the context of the language Java, then moving on to solving problems using algorithms and the language Python! ( yes Open University YOU). The courses say no programming required! Instead I found myself with several Python beginners books, and half decent understanding of OOP in Java, and still NO idea of how Python implements an OOD!
In steps DUSTY PHILIPS. Mild mannered janitor by Day and super kung foo HONG-KONG Fooey super hero at all other times! < reference awesome cartoon>. This book is not for the beginner but if you can program using simple solutions and the odd function call or three, then this book gets you into the lingo of Object Oriented Programming easily and steadily.
Plus the support on the PACKT Publishing web site is a resource never to be missed.
THANK YOU DUSTY, THANK YOU PACKT PUBLISHING..
Paul C.....( Wine bottle < sub-class of Bottle> is filled with wine <sub-class of alcoholic beverage>. Empty wine glass < sub-class of Glass> needs to be filled < sub-class of actions> with part <sub-class of measures> of the contents of the wine bottle......> repeat several times all will be clear.
Calificado en el Reino Unido el 28 de agosto de 2018
Coming as an amateur programmer doing a university course where you are taught all about OOP/OOD in the context of the language Java, then moving on to solving problems using algorithms and the language Python! ( yes Open University YOU). The courses say no programming required! Instead I found myself with several Python beginners books, and half decent understanding of OOP in Java, and still NO idea of how Python implements an OOD!
In steps DUSTY PHILIPS. Mild mannered janitor by Day and super kung foo HONG-KONG Fooey super hero at all other times! < reference awesome cartoon>. This book is not for the beginner but if you can program using simple solutions and the odd function call or three, then this book gets you into the lingo of Object Oriented Programming easily and steadily.
Plus the support on the PACKT Publishing web site is a resource never to be missed.
THANK YOU DUSTY, THANK YOU PACKT PUBLISHING..
Paul C.....( Wine bottle < sub-class of Bottle> is filled with wine <sub-class of alcoholic beverage>. Empty wine glass < sub-class of Glass> needs to be filled < sub-class of actions> with part <sub-class of measures> of the contents of the wine bottle......> repeat several times all will be clear.
Autre critique: les exemples fournis pour illustrer les notions sont parfois plus compliqués à saisir que la notion elle-même..
L'auteur est parfois un peu maladroit. Lorsque, finalement, on arrive a intégrer à la fois le texte et les exemples, le chapitre se conclue par une phrase assassine, du type "vous ne devriez jamais rencontrer ce cas, ou exceptionnellement" (cas pour le chapitre sur l'héritance multiple). Cela peut créer un certains désarroi chez le lecteur.
Ce livre contient toutefois un bon nombre de notions utiles, notamment sur l'utilisation des structures . Il s'agit donc plus d'un livre de perfectionnement que d'une formation à la programmation objet, comme son titre le laisserait entendre.

