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-H…
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