PacktPublishing / Python-3-Object-Oriented-Programming-Third-Edition

Python 3 Object-Oriented Programming – Third Edition, published by Packt
MIT License
470 stars 244 forks source link

Python 3 Object-Oriented Programming - Third Edition

Python 3 Object-Oriented Programming - Third Edition

This is the code repository for Python 3 Object-Oriented Programming - Third Edition, published by Packt.

Build robust and maintainable software with object-oriented design patterns in Python 3.8

What is this book about?

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.

This book covers the following exciting features:

If you feel this book is for you, get your copy today!

<img src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png" alt="https://www.packtpub.com/" border="5" />

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

class Point: 
    def __init__(self, x=0, y=0): 
        self.move(x, y) 

Following is what you need for this book: If you're new to object-oriented programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply OOP in Python, this is the book for you. If you are an object-oriented programmer for other languages or seeking a leg up in the new world of Python 3.8, you too will find this book a useful introduction to Python. Previous experience with Python 3 is not necessary.

With the following software and hardware list you can run all code files present in the book (Chapter 1-13).

Software and Hardware List

Chapter Software required OS required
2-13 Python 3.5.2 and above Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Author

Dusty Phillips is a Canadian software developer and author currently living in New Brunswick. He has been active in the open source community for two decades and programming in Python for nearly as long. He holds a master's degree in computer science and has worked for Facebook, the United Nations, and several startups. He's currently researching privacy-preserving technology at beanstalk.network.

Python 3 Object Oriented Programming was his first book. He has also written Creating Apps In Kivy, and self-published Hacking Happy, a journey to mental wellness for the technically inclined. A work of fiction is coming as well, so stay tuned!

Other books by the author

Python 3 Object-oriented Programming - Second Edition

Python 3 Object Oriented Programming

Suggestions and Feedback

Click here if you have any feedback or suggestions.