an oop question

Chris Angelico rosuav at gmail.com
Thu Nov 3 07:50:23 EDT 2022


On Thu, 3 Nov 2022 at 21:44, Alan Gauld <learn2program at gmail.com> wrote:
> Also Python is not a purely OOP language, in that you can write
> functional and procedural code in Python if you wish. In
> Smalltalk thats notionally impossible because everything
> is an object. And all programming statements are messages
> to objects.

In Python, everything is an object. Doesn't that equally mean that
Python is purely OOP?

ChrisA


More information about the Python-list mailing list