Join 36000+ teachers and students using TTIO.
The basic idea behind an object-oriented programming (OOP) is to combine both data and associated procedures (known as methods) into a single unit which operate on the data. Such a unit is called an object. Objects have attributes (variables) and methods (functions)
Python is an object-oriented language, everything in Python is an object.
www.teachyourselfpython.com