An Overview of Object-Oriented Programming Using Python

Click for: original source

Sajjan Kumar article serves as intro into Object-Oriented Programming in Python. Object-oriented programming is a programming paradigm that is organized around objects (involving both data and methods) and it aims to take advantage of code re-usability.

Author talks about the basics of class, why they are useful, and how to use them (hopefully). Object oriented programming is a big topic. This post was not designed as a one-stop for classes. Read more about classes and Python here to get a deeper insight.

Really gentle intro for people starting with OOP concepts. Examples of code in Python are provided as well.

[Read More]

Tags programming python oop