-
Book Overview & Buying
-
Table Of Contents
Python - Object-Oriented Programming
By :
Python - Object-Oriented Programming
By:
Overview of this book
Python is a fantastic OOP language that lets you use functional and OOP paradigms. Python offers several benefits compared to other programming languages like Java, C++ or R. It is a dynamic language, with high-level data types. Python is easier to learn for beginners as its codes are more readable and intuitive.
This course is designed to take you through the fundamentals of OOPs and understanding how it works. During this course, you will learn about important concepts such as classes, objects, abstraction, method overloading, and inheritance in sufficient detail. The course will also take you through the concepts of objects and attributes, mathematical operators, callable functions, encapsulation, inheritance and method resolution comprehensively. The course explains the OOP paradigm and lets you create class hierarchies using the OOP design process.
By the end of the course, you will be able to design and implement Python programs for complex issues and make good use of the OOP features like classes and inheritance and apply your knowledge completing assignments that simulate real-world scenarios.
All resources are available at: https://github.com/PacktPublishing/Python---Object-Oriented-Programming
Table of Contents (5 chapters)
Basics of Object-Oriented Programming
Inheritance and Abstraction
Class Level Versus Object Level