Python 3 Object-Oriented Programming
Autor: Dusty Phillips
Tema: COM051000 - COMPUTERS / Programming / General; COM051360 - COMPUTERS / Programming Languages / Python; COM051210 - COMPUTERS / Programming / Object Oriented
Editorial: Packt Publishing (2018-11-14)
978-1-78961-707-8
Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques
Key Features
Book Description
Object-oriented programming (OOP) is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. This third edition of Python 3 Object-Oriented Programming fully explains classes, data encapsulation, and exceptions with an emphasis on when you can use each principle to develop well-designed software.
Starting with a detailed analysis of object-oriented programming, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. You will learn how to create...