Python Forum
Understand what it means that everything in Python is an object...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Understand what it means that everything in Python is an object...
#5
(Feb-05-2021, 09:18 PM)bytecrunch Wrote: Thank you,

So is it correct to say that Python is inherently an object oriented programming language?

I think the problem is that Python is often used as a scripting language. But if fact, like buran mentioned, everything in python is an object. Even a simple variable like a string or integer is an object, which has its own attributes, methods etc.

So if you ask me, yes. Even if people use Python code 'just' as a scripts, they are in fact working with plenty of objects.
bytecrunch likes this post
Reply


Messages In This Thread
RE: Understand what it means that everything in Python is an object... - by Jeff900 - Feb-05-2021, 09:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python update binary object (override delivered Object properties) pierre38 4 1,861 May-19-2022, 07:52 AM
Last Post: pierre38
  Understand order of magnitude performance gap between python and C++ ThelannOryat 4 2,805 Mar-17-2021, 03:39 PM
Last Post: ThelannOryat
  Trying to understand the python code spalisetty 2 1,949 Mar-16-2020, 08:11 AM
Last Post: javiertzr01
  I do not understand why my python looks different from tutorials. noodlespinbot 2 5,270 Oct-12-2019, 09:56 PM
Last Post: noodlespinbot
  what "return" means? PY_beginner 9 4,060 Oct-10-2019, 07:18 AM
Last Post: newbieAuggie2019
  I dont understand bytes in python. blackknite 3 4,152 Oct-02-2019, 07:39 PM
Last Post: Gribouillis
  effective means to flip boolean values? Exsul 3 4,428 Aug-25-2019, 03:58 PM
Last Post: Exsul
  what means in Python the "->"? lsepolis123 2 2,055 Aug-22-2019, 08:08 AM
Last Post: DeaD_EyE
  Smtplib: What does context argument means? Pythenx 1 3,158 Mar-27-2019, 06:25 PM
Last Post: nilamo
  Trying to understand how import works in python patrick99e99 3 3,954 Jun-12-2018, 04:48 AM
Last Post: patrick99e99

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020