Well, it's more procedural than object-oriented because it's easier to avoid object-oriented programming than procedural code :D
(Note: I wouldn't call defining classes OOP until you start using inheritance. Overriding __str__ and stuff might count, but not a lot to me.)
Personally, as time goes on, I use inheritance less.