Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68677yPython is not Object Oriented enough?
Please give me an example, where something isnt an object. -
underflow77y@stop I'm sure you can do anything with objects if you really tried too. But, I think, it doesn't lend itself to object oriented programming like Java does (maybe I'm just biased because I really love Java).
-
underflow77y@lotd yes :) I really love simplicity and cleanliness of python+Django. I dunno, maybe I just haven't learned enjoy adv parts of Django?
-
Froot75567yOOP is cool and all but everything doesn't have to be an object. It actually bugs me when someone tells me that X should be done like this cause it's the OOP way. I don't care, OOP is not the 10 commandments. Use it when it makes sense and don't when it doesn't.
-
underflow77y@Froot definitely. I'm not saying OOP is the way to go for every problem. But it does have its strengths and I wanted to see it in web development. I think I just worded it wrong :)
-
aqparks297yYou have to pair the language with the problem. Although you can easily implement OOP principles with Python, another language may be better suited for your problem. It sounds like what you're looking for is strictly typed language rather than un-typed.
Related Rants
I really love Django, but I feel like Python is not object oriented enough. I'm thinking about Play (the Java web framework). Any other suggestions?
undefined
python
object oriented
play
java