Dive deep into the concepts of object-oriented programming (OOP) and become a professional in creating classes and writing clean Python code
Key Features
- Get to grips with the four pillars of object-oriented programming (OOP)
- Find out the role of OOP concepts in Python
- Learn how to create classes using the principles of OOP
Book Description
From DevOps to cloud computing and data science, the Python programming language is used in almost every field of computer science. But what happens when you use the principles of object-oriented programming (OOP) in Python? Find out in this course.
The course starts with an introduction to OOP concepts and then gradually proceeds towards giving you a detailed insight into OOPs concepts. You will find out what is abstraction, encapsulation, inheritance, and polymorphism in OOP in detail.
By the end of this course, you will be well-versed with Python OOP and will have developed the skills to write clean Python code and take your Python skills to the next level.
The code files and all related files are uploaded on GitHub at https://github.com/PacktPublishing/Python-Object-Oriented-Programming-Hands-on-for-Beginners
What you will learn
- Set up a live Python environment in a browser
- Explore modules, class constructs, and object attributes
- Grasp techniques to import modules and access object attributes
- Distinguish between public and private access modifier
- Use getter and setter methods in object-oriented programming (OOP)
- Become familiar with abstract classes and methods
Who this book is for
If you are a software engineer, developer, DevOps engineer, cloud engineer, or software architect, who wants to use object-oriented programming (OOP) concepts for writing clean and error-free Python programs, this course is for you. A basic understanding of Python programming is needed to get started with this course.