Python 3 Object-Oriented Programming

Author: Dusty Phillips

Subject: COM051000 - COMPUTERS / Programming / General; COM051360 - COMPUTERS / Programming Languages / Python; COM051210 - COMPUTERS / Programming / Object Oriented

Publisher: Packt Publishing (2018-11-14)

978-1-78961-707-8

Python 3 Object-Oriented Programming ebook cover

Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques

Key Features

  • In-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique style
  • Learn the latest Python syntax and libraries
  • Explore abstract design patterns and implement them in Python 3.8

    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...